]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2023-12-23 Po LuRespect glyph metrics modified by instruction code
2023-12-23 Stefan KangasDrop footer line warning for packages requiring Emacs...
2023-12-23 Stefan KangasIntroduce new function lm-package-requires
2023-12-23 João TávoraEglot: declare eglot-lsp-context bound to non-nil
2023-12-23 Eshel Yaron; doc/emacs/mini.texi: Improve cross referencing.
2023-12-22 Eshel Yaron* doc/lispref/minibuf.texi (Completion Commands): Fix...
2023-12-22 Michael AlbinusTramp's direct asynchronous processes use 'tramp-remote...
2023-12-22 Eshel Yaron; * admin/cherry.el (cherry-picked-p): Use 'git -C'.
2023-12-22 Eshel Yaron; .build.yml: New file.
2023-12-22 Eshel Yaron; * admin/cherry.el (cherry-pick-new-commits): Improve.
2023-12-22 João TávoraJsonrpc: clean up previous change
2023-12-22 Stefan Kangas; Fix typos
2023-12-22 Mattias EngdegårdRemove byte-compile-form-stack backstop
2023-12-22 Mattias Engdegård* lisp/emacs-lisp/byte-opt.el (byte-compile-nilconstp...
2023-12-22 Mattias EngdegårdSlight funcall_subr optimisation
2023-12-22 Mattias EngdegårdEnsure proper mode of *Compile-Log* buffer (bug#67920)
2023-12-22 Mattias EngdegårdEncapsulate byte-compile-form-stack maintenance
2023-12-22 Eshel Yaron; * admin/cherry.el: New file.
2023-12-22 Po LuProperly instruct compound glyphs with compound components
2023-12-22 João TávoraJsonrpc: overhaul logging mechanics
2023-12-21 João TávoraJsonrpc: fix destructuring bug
2023-12-21 Stefan Monnier* test/lisp/ls-lisp-tests.el (ls-lisp-unload): Delete...
2023-12-21 Eli Zaretskii; * etc/NEWS: Fix markings (bug#67249).
2023-12-21 Mattias Engdegård; * lisp/emacs-lisp/cconv.el (cconv-convert): Reindent.
2023-12-21 Mattias EngdegårdMaintain byte-compile-form-stack in cconv-convert ...
2023-12-21 Mattias EngdegårdNon-delayed warning for malformed function (bug#67483)
2023-12-21 Eli Zaretskii; * lisp/progmodes/gdb-mi.el (gdb-load-history): Add...
2023-12-21 Manuel GiraudFunction to load GDB history
2023-12-21 Po LuImplement an undocumented TrueType "feature"
2023-12-21 Po Lu* src/sfnt.c (GETINFO): Implement undocumented selector...
2023-12-21 Po LuAccept empty contours in glyphs
2023-12-21 João TávoraJsonrpc: deal with nested synchronous jsonrpc-request
2023-12-21 João TávoraJsonrpc: rework implementation of continuations
2023-12-21 João Távoratrace.el: use cl-print
2023-12-21 Stefan Monnier* lisp/cedet/semantic/db.el (semanticdb-create-database...
2023-12-21 Stefan Monnier* lisp/org/org-src.el (org-src-font-lock-fontify-block...
2023-12-21 Stefan Monnier(bibtex-font-lock-keywords): Expose a lambda to the...
2023-12-21 Matto FransenSpecific rcirc log file time stamp format
2023-12-21 Dmitry Gutovproject--read-file-cpd-relative: Don't abbreviate at all
2023-12-21 Dmitry GutovFix project-find-file history (with project--read-file...
2023-12-21 Dmitry GutovAdd "back" button on top of the pre-rename vc-print...
2023-12-21 Mattias EngdegårdCalc: speed up math-read-preprocess-string (bug#67536)
2023-12-21 Mattias Engdegård; * lisp/progmodes/rust-ts-mode.el: Escape asterisks...
2023-12-21 Eli Zaretskii; * src/eval.c (syms_of_eval) <debugger>: Doc fix.
2023-12-21 João TávoraFido-mode: don't error if case-fold-search is globally nil
2023-12-21 Po LuImprove efficiency of operations involving font interpr...
2023-12-21 Po LuProperly sign-extend freedom and projection vector...
2023-12-21 Po LuFurther corrections to font scaling
2023-12-21 João Távora; Small copyedits to doc/misc/eglot.texi
2023-12-21 Stefan Monnierdebug.el: Straighten the code that find the "base"...
2023-12-21 Po LuFurther fixes for problems uncovered by the previous fix
2023-12-21 Po Lu; * src/sfnt.c: Fix typo.
2023-12-21 Po Lu* src/sfnt.c (sfnt_interpret_mdap): Correct MDAP opcode.
2023-12-21 Po LuFix typo in earlier changes
2023-12-21 F. Jason ParkAdd erc-track integration to erc-nicks
2023-12-21 F. Jason ParkCache shortened channel names in erc-track
2023-12-21 F. Jason ParkPromote "normal" faces in erc-track
2023-12-21 F. Jason ParkForgo excess nick buttonizing on JOINs and QUITs
2023-12-21 F. Jason ParkRename erc-channel-users to erc-channel-members
2023-12-21 F. Jason ParkConsolidate status-prefix slots of erc-channel-user
2023-12-21 F. Jason ParkDemote erc-fill-line-spacing to a normal variable
2023-12-21 F. Jason ParkUse templates for formatting chat messages in ERC
2023-12-21 F. Jason ParkAdd erc--spkr text property to chat messages
2023-12-21 F. Jason ParkSkip erc-ignored-user-p when erc-ignore-list is empty
2023-12-21 F. Jason ParkMake erc-get-user-mode-prefix more flexible
2023-12-21 F. Jason ParkClarify warning for process-dependent input in ERC
2023-12-21 F. Jason ParkAdd erc-server-396 response handler
2023-12-21 F. Jason ParkMake erc-input's refoldp slot conditionally available
2023-12-21 F. Jason ParkAdd utility for iterating over arrays in ERC
2023-12-21 F. Jason ParkDouble hyphenate internal ERC 5.6 text props
2023-12-21 F. Jason ParkSequester some special-variable declarations in ERC
2023-12-21 F. Jason ParkDefine ERC message-formatting templates with defvar
2023-12-21 F. Jason ParkRemove module from suggested lineup in ERC's manual
2023-12-21 Po LuEnable the new font scaler
2023-12-21 Dmitry Gutov; Improve a recent NEWS entry
2023-12-21 Stefan Kangas; Document sending extra HTTP headers in NEWS
2023-12-21 Po Lu* src/sfnt.h (sfnt_coerce_fixed): New macro.
2023-12-21 Po Lu; * src/sfnt.c: Fix typos.
2023-12-21 Po LuIntroduce the rudiments of a new font rasterizer
2023-12-21 Philip KaludercicAdd slashes to 'thing-at-point-email-regexp'
2023-12-21 Stefan Kangas; Move NEWS item to "Incomatible Changes" section
2023-12-21 Stefan KangasSilence warning in print.c
2023-12-21 Stefan KangasNever send user email address in HTTP requests
2023-12-21 Eric Abrahamsen; Remove out-of-date documentation about Gnus delayed...
2023-12-21 Stefan Kangas; Fix typo
2023-12-21 Jared FinderUsing remap for binding of log-edit-beginning-of-line.
2023-12-21 Dmitry Gutovjs-ts-mode: Fix font-lock rules conflict
2023-12-21 Noah PeartAdd indentation rules for bracketless statements in...
2023-12-21 Yuan FuFix c-ts-mode bracketless indentation for BSD style...
2023-12-21 Augustin ChéneauAdd missing indent rules in c-ts-mode (bug#66152)
2023-12-21 Yuan FuFix treesit-default-defun-skipper (bug#66711)
2023-12-21 Yuan FuFix treesit-node-field-name and friends (bug#66674)
2023-12-21 Maciej Kalandykpython-ts-mode: Highlight default parameters
2023-12-21 Kyle MeyerUpdate to Org 9.6.13
2023-12-21 Stefan Monnier(dired): Remove `ls-lisp` advice
2023-12-21 Stefan Monnier(insert-directory): Remove `ls-lisp` advice
2023-12-21 Stefan Monnier(dired-insert-directory): Obey `file-list` and `wildcard`
2023-12-21 Stefan Monnier(file-expand-wildcards): Handle patterns ending in "/"
2023-12-21 Stefan Monnier* lisp/files.el (file-expand-wildcards): Fix sorting...
2023-12-21 Eshel YaronSupport narrowing (restricting) minibuffer completions
next