]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2024-05-06 Lin SunNew function 'python-shell-send-block' for python-mode
2024-05-06 Ihor RadchenkoImprove performance of `file-truename' (bug#70036)
2024-05-06 kobarityAdd ExceptionGroup as a Python keyword
2024-05-06 Po LuFix display of stipples on NS with respect to cursor...
2024-05-06 Eli Zaretskii; * doc/lispref/commands.texi (Event Mod): Add motivati...
2024-05-06 Lin Sun; Fix python test case for testing completion with...
2024-05-06 Augusto StoffelEglot: Add 'command-modes' property to all suitable...
2024-05-06 Juri Linkov* lisp/emacs-lisp/warnings.el: Fix 'warning-display...
2024-05-06 Eli Zaretskii; Improve commentary in intervals.h
2024-05-06 Juri LinkovSupport hints in the :repeat keyword of defvar-keymap...
2024-05-06 Juri Linkov* lisp/progmodes/ruby-ts-mode.el (ruby-ts-mode): Add...
2024-05-06 Yuan FuTighten regexp for rust-ts-mode keyword workaround
2024-05-06 Yuan FuFix fontification for else in macro body in rust-ts...
2024-05-06 Noah PeartAdd font-locking for typed parameters in python-ts...
2024-05-06 Po LuPort visible bell to Android
2024-05-06 Po LuSwitch to GXinvert in XTflash
2024-05-06 Po Lu; * doc/emacs/android.texi (Android Startup): Correct...
2024-05-06 Po Lu; Update commentary in intervals.h
2024-05-06 Andrea Corallo* etc/NEWS (Function type declaration): Add entry.
2024-05-06 Andrea Corallo(disassemble): Fix case of `(byte-code ...)` argument
2024-05-06 Andrea Corallo* doc/lispref/functions.texi (Declare Form): Improve...
2024-05-06 Philip KaludercicAdd Compat as an Eglot dependency
2024-05-06 Po LuFix minor typos in haikuterm.c
2024-05-06 Po LuImplement dots and dashes on Nextstep
2024-05-06 Basil L. Contovounesios; Silence obsoletion warning in mwheel-tests.
2024-05-06 Basil L. Contovounesios; Update pvec_type hash for CHECK_STRUCTS
2024-05-06 Basil L. ContovounesiosAssume match before calling help-xref-button
2024-05-06 Po LuDisable on-screen keyboard outside fields in Custom...
2024-05-06 Po Lu; * src/androidselect.c (extract_fd_offsets): Fix typos.
2024-05-06 Po LuFix compatibility issues with Android clipboards
2024-05-06 Po Lu; Fix widget button press cancellation
2024-05-06 Mattias EngdegårdFix first appearance records for some misdated functions
2024-05-06 Mattias Engdegård* lisp/emacs-lisp/bytecomp.el (byte-compile-make-closur...
2024-05-06 Mattias Engdegård* lisp/emacs-lisp/bytecomp.el (byte-compile-lambda...
2024-05-06 Eli Zaretskii; Update description of 'mail-mode'
2024-05-06 Po LuFix deletion of text holding `inhibit-read-only' properties
2024-05-06 Paul EggertWork around bad GCC diagnostic in select_window
2024-05-06 Paul EggertPacify GCC 14 -Wanalyzer-out-of-bounds in hbfont.c
2024-05-06 Paul EggertPacify GCC 14 -Wstring-operflow in ftfont.c
2024-05-06 Paul EggertPacify GCC 14 -Wnull-dereference in intervals.c
2024-05-06 Paul EggertPacify GCC 14 -Wnull-dereference in tim_sort
2024-05-06 Paul EggertPacify GCC 14 -Wclobbered in eval.c
2024-05-06 Paul EggertPacify GCC 14 -Wnull-dereference
2024-05-06 Paul EggertPacify GCC 14 -Walloc-size
2024-05-06 Paul Eggertetags: work around GCC bug 114882
2024-05-06 Paul Eggertetags: fix #line parsing (\\", long lines)
2024-05-06 Paul EggertSimplify etags.c by omitting a macro
2024-05-06 Andrea Corallo* lisp/emacs-lisp/regexp-opt.el (regexp-opt): Fix type...
2024-05-06 Andrea CoralloRename property 'declared-type' to 'function-type'
2024-05-06 Andrea Corallo* Document function type declarations
2024-05-06 Andrea CoralloMove lisp function arg type declarations to the functi...
2024-05-06 Andrea CoralloMake use of Lisp function declarations
2024-05-06 Andrea Corallo* Add function type declarations for Lisp functions
2024-05-06 Eshel Yaron(minibuffer-completing-file-name): Simplify, move to...
2024-05-01 Eshel Yaron; Exclude a few more modes in 'global-completion-previe...
2024-05-01 Eshel YaronDrop 'ebrowse', 'electric-command-history', and 'Helper'
2024-04-30 Michael Albinus; etc/NEWS.unknown: Quote command invocation.
2024-04-30 Michael AlbinusImprove treesitter tests on EMBA
2024-04-30 Michael Albinus* test/README (EMACS_EXTRAOPT): Add environment variable.
2024-04-30 Po LuMinor adjustments to eww text field change handlers
2024-04-30 Mattias EngdegårdUse the nthcdr byte-op for drop, and raise open-code...
2024-04-30 Eric AbrahamsenAdd (semi-redundant) fix to nnatom backend declaration
2024-04-29 Stefan Monnier(disassemble-internal): Handle new function values
2024-04-29 Stefan Monnieroclosure-tests.el: Adjust to new `interpreted-function...
2024-04-29 Stefan Monnier(byte-compile): Fix interaction with old `advice.el`
2024-04-29 Eli Zaretskii; Fix documentation of recent commits.
2024-04-29 Mattias EngdegårdDeclare the variable `rx-constituents` obsolete.
2024-04-29 Mattias Engdegård; * doc/lispref/objects.texi (Type Predicates): fix...
2024-04-29 Mattias EngdegårdAdd NEWS.unknown file to correct versions of introduction
2024-04-29 Mattias EngdegårdAdd `drop` as alias for `nthcdr`
2024-04-29 Mattias EngdegårdFix value< string comparison ungoodthink
2024-04-29 VisuweshFix errors in 'shr-correct-dom-case'
2024-04-29 Po LuAdapt eww to touch screens, mice and text conversion
2024-04-29 Po LuTake fields into account during text conversion
2024-04-29 Po Lu; Delete obsolete commentary
2024-04-29 Po LuFix NEWS entries and documentation for underline styles
2024-04-29 Stefan MonnierUse a dedicated type to represent interpreted-function...
2024-04-29 Stefan Monnier(COMPILED): Rename to CLOSURE
2024-04-29 Eshel YaronMake completion preview cleanup more robust
2024-04-29 Mattias Engdegård* src/comp.c (comp_hash_string): Count bytes, not chars.
2024-04-29 Po LuImplement dots and dashes on PGTK
2024-04-29 Po LuImplement dots and dashes on Haiku
2024-04-29 Po LuFix the Haiku build
2024-04-29 Po LuImplement dots and dashes on Android
2024-04-29 Eli ZaretskiiFix the MS-Windows build broken by a recent commit
2024-04-29 Po LuFix Android build
2024-04-29 Po LuImplement dots and dashes on X
2024-04-29 Po LuPort double-line underlines to GUI systems
2024-04-29 Po Lu; * src/term.c (turn_on_face): Fix coding style.
2024-04-29 Eli ZaretskiiFix last change
2024-04-29 john muhl; Skip 'csharp-ts-mode' test if grammar is missing
2024-04-29 Eshel Yaron; Skip commit f5439a929106d1482b185dce5369d4748658946f
2024-04-29 Po LuFix ommissions in window scrolling commands that ought...
2024-04-29 Brad HowesFix a typo in Introduction to Emacs Lisp (bug#70571).
2024-04-29 Manuel GiraudFix `find-grep-dired' with default OpenBSD's Grep
2024-04-29 Eli Zaretskii; * test/lisp/jsonrpc-tests.el: Skip all tests on MS...
2024-04-29 Eli Zaretskii; * lisp/jsonrpc.el (jsonrpc-shutdown): Doc fix.
2024-04-29 Daniel PetterssonShut down jsonrpc server more gracefully
2024-04-29 Eli ZaretskiiFollowup changes for styled underline support
2024-04-29 Mohsin KaleemAdd support for colored and styled underlines on tty...
next