]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2023-09-08 Po LuFix typos
2023-09-08 Michael AlbinusFix Perl script in Tramp
2023-09-08 Po LuProperly detect content files in Doc View
2023-09-08 Po LuFix typos in last change
2023-09-08 Po Lu; * src/fontset.c: Remove extraneous portion of last...
2023-09-08 Po LuPermit XLFD names to exceed 255 characters
2023-09-08 Yuan FuFix treesit-thing-definition
2023-09-08 Yuan Fu; * lisp/treesit.el (treesit-node-on): Fix treesit...
2023-09-07 Yuan FuFix treesit-thing-settings for c++-ts-mode (bug#65810)
2023-09-07 Yuan Fu; * lisp/treesit.el (treesit-update-ranges): Fix use...
2023-09-07 Yuan FuAdd Ftreesit_parser_tag
2023-09-07 Yuan FuChange treesit-local-parsers-in to treesit-local-parsers-on
2023-09-07 Stefan KangasError when trying to make nil or t obsolete
2023-09-07 Stefan KangasAdd note regarding `seq` on GNU ELPA
2023-09-07 Lämppi LüttiFix detection of vtable start and end
2023-09-07 Mattias EngdegårdTranslate backslash-saturated regexp to rx
2023-09-07 Mattias Engdegård* admin/unidata/emoji-zwj.awk: More efficient code...
2023-09-07 john muhlFix java-ts-mode tests (bug#65738)
2023-09-07 Eli Zaretskii; Fix documentation of last change
2023-09-07 martin rudalicsNew minor mode 'minibuffer-regexp-mode'
2023-09-07 Eli Zaretskii; Fix recent changes in treesit documentation
2023-09-07 Po LuTag NEWS
2023-09-07 Po Lu; * ChangeLog.android: Minor formatting correction.
2023-09-07 Po LuPort Proced to Android
2023-09-07 Po LuRemedy bug#63395
2023-09-06 Mauro ArandaFix perl-mode indentation after a hanging paren
2023-09-06 Dmitry Gutov* lisp/progmodes/project.el: Bump version to 0.10.0.
2023-09-06 Dmitry Gutov(project-try-vc): When found non-VC project root, still...
2023-09-06 Stefan KangasRemove compat code from flyspell
2023-09-06 Stefan Kangas; Silence byte-compiler
2023-09-06 Mattias Engdegård; * lisp/leim/quail/indian.el: correct argument order
2023-09-06 Mattias Engdegårdindian.el: fix sorting predicate
2023-09-06 Theodor ThornhillUse *p in interactive form in transpose-chars
2023-09-06 Yuan FuSupport local parser in treesit-node-at/on
2023-09-06 Yuan Fu; Update Ftreesit_parser_list docstring.
2023-09-06 Yuan FuFix c-ts-mode BSD style indentation
2023-09-06 Yuan FuSupport tree-sitter local parsers
2023-09-06 Yuan FuAllow filter by tag in treesit-parser-list
2023-09-06 Yuan FuUse tagged parser in c-ts-mode
2023-09-06 Yuan FuAdd tag to tree-sitter parsers
2023-09-06 Po LuProperly run emacsclient under Android if DISPLAY is set
2023-09-05 Spencer BaughCorrectly handle common prefixes in substring completion
2023-09-05 Stefan KangasMake `dns-mode` fontify quoted values correctly
2023-09-05 Daniel MartínImprove completion of treesit-check-indent command
2023-09-05 João TávoraFlymake: speed up mode-line display with simple cache
2023-09-05 Stefan Monnier* lisp/emacs-lisp/cl-lib.el (cl-old-struct-compat-mode...
2023-09-05 Stefan Monnier* lisp/emacs-lisp/pp.el (pp-28): Fix typo
2023-09-05 Stefan MonnierMerge branch 'master' of git+ssh://git.sv.gnu.org/srv...
2023-09-05 Stefan Monnier* lisp/emacs-lisp/edebug.el (edebug-list-form): Don...
2023-09-05 Stefan KangasDisplay directory when `dired-omit-mode` is first enabled
2023-09-05 Stefan Monnier* doc/lispref/functions.texi (Advising Named Functions...
2023-09-05 Po LuMinor adjustments to Android port stubs
2023-09-05 Stefan Kangas; Delete some commented out code in data.c (Bug#64595)
2023-09-05 Jim PorterInherit 'sieve-mode' faces from 'font-lock'
2023-09-05 Po LuAvoid virtual function dispatch overhead
2023-09-04 Stefan MonnierMerge remote-tracking branch 'refs/remotes/origin/master'
2023-09-04 Stefan Monnier* lisp/emacs-lisp/cl-macs.el (cl-flet): Remove `&name...
2023-09-04 Protesilaos... Add 'appt-notification' face (Bug#61661)
2023-09-04 Stefan MonnierMerge remote-tracking branch 'refs/remotes/origin/master'
2023-09-04 Stefan Monnier* lisp/tab-bar.el (cl--set-substring): Remove left...
2023-09-04 Stefan MonnierMove `setf substring` to cl-lib since it relies on...
2023-09-04 João TávoraEglot: add new chapter about Elisp extensions to Eglot...
2023-09-04 João TávoraEglot: reorganize Elisp API section, export new functions
2023-09-04 Stefan KangasRevert use of seq-count in shr-count
2023-09-04 Stefan Kangas; * lisp/net/shr.el (shr-count): Fix typo.
2023-09-04 Stefan KangasUse seq-count in three functions
2023-09-04 Stefan KangasUse new ERT `skip-when` macro in tests
2023-09-04 Stefan KangasAdd `skip-when` macro to `ert-deftest`
2023-09-04 Alan Mackenzie* etc/NEWS (static-if): Clarify the entry.
2023-09-04 Alan MackenzieCorrect the handling of symbols with position in equal
2023-09-04 Gene GoykhmanAnnounce user option tramp-completion-multi-hop-methods
2023-09-04 Po LuMerge remote-tracking branch 'savannah/master' into...
2023-09-04 Po LuCorrect deadlock in Android port
2023-09-04 João TávoraRevert "Eglot: reorganize Elisp API section, export...
2023-09-04 João TávoraRevert "Eglot: add new chapter about Elisp extensions...
2023-09-04 João TávoraEglot: add new chapter about Elisp extensions to Eglot...
2023-09-04 João TávoraEglot: reorganize Elisp API section, export new functions
2023-09-03 Jonas Bernoulli; Fix previous commit touching lisp/international/emoji.el
2023-09-03 Jonas BernoulliMake emoji commands compatible with repeat and repeat...
2023-09-03 Philipp StephaniFix Edebug specification for 'cl-define-compiler-macro'.
2023-09-03 Stefan Kangascheckdoc: Don't warn for () in cl-defmacro args
2023-09-03 Alan MackenzieNew documentation for static-if.
2023-09-03 Alan MackenzieNew conditional compilation macro static-if.
2023-09-03 Po LuUpdate Android port
2023-09-03 Mauro ArandaFix defcustoms in filesets.el (Bug#65708)
2023-09-03 Jim BlandyFix indentation in `syntax-ppss'
2023-09-03 Stefan Kangas* lisp/vc/vc-git.el (vc-git-annotate-switches): Add...
2023-09-03 Stefan KangasReplace completion--some with seq-some
2023-09-03 Mattias Engdegård; Silence warnings about obsolete functions
2023-09-03 Mattias EngdegårdMove `wholenump` alias definition
2023-09-03 Stefan KangasPrefer reusing seq-remove in reftex
2023-09-03 Joseph TurnerDon't native compile lock files
2023-09-03 Joseph TurnerLog org export errors to package-vc doc buffer
2023-09-03 Joseph TurnerInclude package name in package-vc documentation log...
2023-09-03 Po Lu; * lisp/term/android-win.el: Correct header.
2023-09-03 Po LuMove Android port internals documentation to admin...
2023-09-03 Po Lu; Reintroduce menus beneath chapters in the Transient...
2023-09-03 Stefan KangasReplace ps-remove-duplicates with seq-uniq
2023-09-03 Damien Cassouproject.el: Fix bug in project-ignores method for VC...
2023-09-02 Jim PorterApply Eshell tilde expansion before glob expansion
next