]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2023-09-28 Juri Linkov* lisp/tab-line.el: Move Touch screen support section...
2023-09-28 Stefan Monnierregex.c (mutually_exclusive_aux) <wordbound>: Remove...
2023-09-28 Juri Linkov; * etc/NEWS: Demote outline 'describe-bindings-outline...
2023-09-28 Juri LinkovUnquote #'project-uniquify-dirname-transform in uniquif...
2023-09-28 Yuan Fu; * admin/notes/tree-sitter/performance (Experiments...
2023-09-28 Yuan Fu; * lisp/treesit.el (treesit--read-major-mode): Use...
2023-09-28 Sam SteingoldThere are no file modes on windows and dos
2023-09-28 Po LuUpdate Android port
2023-09-27 Stefan Monnier* lisp/calendar/todo-mode.el: Let-bind `inhibit-read...
2023-09-27 Juri Linkov* lisp/vc/diff-mode.el (diff-apply-buffer): New command...
2023-09-27 Juri LinkovNew commands to show replacements as diffs (bug#65854)
2023-09-27 Stefan Monnier* src/regex-emacs.c (analyze_first): Fix incorrect...
2023-09-27 Mattias Engdegård; * test/src/regex-emacs-tests.el: suppress relint...
2023-09-27 Alan MackenzieRevert "Don't use ellipses while cl-printing strings."
2023-09-27 Yuan FuDon't call font-lock-mode in treesit-major-mode-setup...
2023-09-27 Wilhelm H KirschbaumFix treesit-langauge-at-point for elixir-ts-mode.
2023-09-27 Yuan Fu; * lisp/treesit.el (treesit-language-at-point-function...
2023-09-27 Yuan FuExtract feature list of java-ts-mode to a variable
2023-09-26 Jim PorterUse 'unwind-protect' in more places in Eshell
2023-09-26 Stefan Monnierregex.c (mutually_exclusive_p): Fix initial value of...
2023-09-26 Mattias Engdegård; checkdoc.el: remove unnecessary regexp groups
2023-09-26 Mattias Engdegårdvc-annotate.el: make a new face if it didn't exist
2023-09-26 Basil L. ContovounesiosFix ediff-toggle-multiframe cond clauses
2023-09-26 Basil L. ContovounesiosAddress defcustom :type warnings
2023-09-26 Po LuUpdate Android port
2023-09-26 Po LuUpdate Android port
2023-09-26 Po LuProperly clip overlaid fringe bitmaps
2023-09-25 Basil L. ContovounesiosFix a couple of doc-view user options
2023-09-25 Mattias EngdegårdUse heuristic to speed up allocation of small vectors...
2023-09-25 Mattias EngdegårdRemove useless half of vector_free_lists array (bug...
2023-09-25 Mattias Engdegård; flymake-proc.el: move variable declarations
2023-09-25 Mattias Engdegårdmacroexp-parse-body: correct parsing of empty body...
2023-09-25 Stefan Monnier* lisp/faces.el (read-face-name): Expose all lambdas...
2023-09-25 Stefan KangasMake insert-directory-program a defcustom; use "gls...
2023-09-25 Po LuUpdate Android port
2023-09-24 Stefan KangasMove bind-key.el from lisp/use-package directory
2023-09-24 Po LuUpdate Android port
2023-09-24 João TávoraFlymake: unbreak tests
2023-09-24 Stefan Kangas; Fix typos
2023-09-24 Stefan Kangas; Normalize sort-fields-syntax-table definition
2023-09-24 Stefan Kangas; Delete redundant requires from cperl-mode.el
2023-09-23 Eric AbrahamsenUse delete-region in Gnus message yanking
2023-09-23 Eli Zaretskii; Merge from origin/emacs-29
2023-09-23 Eli ZaretskiiMerge from origin/emacs-29
2023-09-23 Eli Zaretskii; Merge from origin/emacs-29
2023-09-23 Eli ZaretskiiMerge from origin/emacs-29
2023-09-23 Eli Zaretskii; Merge from origin/emacs-29
2023-09-23 Eli ZaretskiiMerge from origin/emacs-29
2023-09-23 Eli Zaretskii; Merge from origin/emacs-29
2023-09-23 Eli ZaretskiiMerge from origin/emacs-29
2023-09-23 Eli Zaretskii; Merge from origin/emacs-29
2023-09-23 Eli ZaretskiiMerge from origin/emacs-29
2023-09-23 Manphiz; Handle authentication properly when reconnecting...
2023-09-23 Po LuEnlarge dumped_data
2023-09-23 Eli Zaretskii; * lisp/simple.el (shell-command-to-string): Fix quota...
2023-09-23 Po LuCorrect comparisons between size_t and ssize_t
2023-09-23 Po LuProperly apply XY offsets to compound component glyphs
2023-09-23 Po LuDisplay background dialogs using the correct style
2023-09-22 Basil L. ContovounesiosImprove remote-file-name-inhibit-cache :type
2023-09-22 Philip KaludercicFile-expand DIRECTORY argument to vc-clone
2023-09-22 Stefan KangasEnsure bind-key is its own package
2023-09-22 Po LuEnable opening mailto URLs under Android
2023-09-21 João TávoraFlymake: new 'short' option for flymake-show-diagnostic...
2023-09-21 Manphiz; Handle authentication properly when reconnecting...
2023-09-21 Philip Kaludercicpackage-tests.el: Add test Bug#65475
2023-09-21 Philip Kaludercic; Handle edge-case when deleting the last package
2023-09-21 Stefan Monnier* src/regex-emacs.c (mutually_exclusive_aux) [ENABLE_CH...
2023-09-21 Stefan Monnierregex-emacs.c (mutually_exclusive_aux): Rework again
2023-09-21 João TávoraFlymake: fix bug in end-of-line overlay updates
2023-09-21 Michael Albinus* lisp/net/tramp.el (tramp-skeleton-write-region):...
2023-09-21 Gerd MöllmannmacOS: only cp emacs.pdmp when installing (bug#66022)
2023-09-21 Po Lu; * src/android.c (android_damage_window): Remove unuse...
2023-09-21 Po LuUpdate Android port
2023-09-21 João TávoraFlymake: fix eol overlay flicker due to untimely overla...
2023-09-20 João TávoraFlymake: more fixes to the end-of-line overlays
2023-09-20 João TávoraFlymake: do use condition-case-unless-debug
2023-09-20 João TávoraFlymake: more fixes to flymake--highlight-line
2023-09-20 João TávoraFlymake: Fix bug in flymake-diagnostics
2023-09-20 Jim PorterFlymake: use 'compilation-info' as basis for "note...
2023-09-20 Alan MackenzieInsert symbol `debug' into two condition-case handlers
2023-09-20 João TávoraFlymake: fix many problems with the end-of-line overlays
2023-09-20 Andrea Corallo* lisp/emacs-lisp/comp.el (comp-compute-dominator-tree...
2023-09-20 João TávoraEglot: better consider diagnostics at point on code...
2023-09-20 Mattias EngdegårdRe-enable -Wswitch when building with Clang
2023-09-20 Mattias EngdegårdReorder type tests for efficiency
2023-09-20 Mattias Engdegård* src/alloc.c: (cleanup_vector) Dispatch on pseudovecto...
2023-09-20 Paul EggertFix off-by-1 typo in vadd_to_log
2023-09-19 Juri Linkov* lisp/tab-bar.el (tab-bar-auto-width): Don't check...
2023-09-19 Juri Linkov; * tab-bar, tab-line: Use integer 1 instead of float...
2023-09-19 Mattias EngdegårdWarn about duplicated :tag strings in defcustom choices
2023-09-19 Mattias EngdegårdDon't use pointer arithmetic for pointer tagging (bug...
2023-09-19 Protesilaos... Update modus-themes to their version 4.3.0
2023-09-19 Eli ZaretskiiMerge branch 'emacs-29' of git.savannah.gnu.org:/srv...
2023-09-19 Po Lu; Fix typos in last change
2023-09-19 Po LuUpdate Android port
2023-09-19 Alan MackenzieDon't use ellipses while cl-printing strings.
2023-09-19 Andrea Corallo* lisp/emacs-lisp/comp.el (comp-final1): Clean-up unuse...
2023-09-19 Andrea Corallo* lisp/emacs-lisp/comp.el (comp-op-to-fun): Use `string...
2023-09-19 Yuan FuFix tree-sitter range update function
2023-09-19 Yuan FuFix treesit--update-ranges-local
next