]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2021-08-04 Lars IngebrigtsenAdd a new thing-at-point type: existing-filename
2021-08-04 Lars IngebrigtsenMake `M-j' work reliably if `comment-auto-fill-only...
2021-08-04 Lars IngebrigtsenImprove `define-globalized-minor-mode' doc strings
2021-08-04 dickmaoffap ido accommodation
2021-08-04 Miha RihtaršičUse `abort-minibuffers' in delsel
2021-08-04 martin rudalicsAdd new user option 'read-minibuffer-restore-windows'
2021-08-04 Lars IngebrigtsenUpdate outdated Gnus information
2021-08-04 Phil Sainty; * lisp/so-long.el: Bump version for the GNU ELPA...
2021-08-04 Lars IngebrigtsenFix apparent typo in new cl-generic-tests.el test case
2021-08-03 Stefan Monnier* lisp/emacs-lisp/cl-generic.el (cl-generic-generalizer...
2021-08-03 akaterEvaluate eql specializers
2021-08-03 Lars Ingebrigtsenfile-name-concat is not error free
2021-08-03 Lars IngebrigtsenDeclare file-name-concat as side-effect free
2021-08-03 Mattias EngdegårdRemove ineffective expression in verilog-mode
2021-08-03 Mattias EngdegårdDeclare `match-beginning` and `match-end` as side-effec...
2021-08-03 Phil SaintyMerge branch 'scratch/so-long'
2021-08-03 Phil SaintyMake `global-so-long-mode' use `buffer-line-statistics'
2021-08-03 Phil Sainty; Revert "Make `so-long' restore `view-mode'"
2021-08-03 Phil SaintySupport 'preserved' variables and minor modes in `so...
2021-08-03 Phil Sainty; so-long-tests.el: Suppress expected warnings
2021-08-03 Phil Sainty; * lisp/so-long.el: Minor bug fixes
2021-08-03 Phil Sainty* lisp/so-long.el (so-long-minor-modes): Additional...
2021-08-03 Phil SaintyMake `global-so-long-mode' handle unrecognised file...
2021-08-03 Phil SaintyIncrease `so-long-threshold' and `so-long-max-lines...
2021-08-03 Phil Sainty; * lisp/so-long.el: Bump to version 1.1
2021-08-03 Phil Sainty; * lisp/so-long.el: Documentation
2021-08-03 Jimmy Yuen... * Fix error while disassembling native code on macOS
2021-08-03 Amin BandaliMerge from origin/emacs-27
2021-08-03 Amin Bandali; Merge from origin/emacs-27
2021-08-03 Olivier CertnerUnbreak ERC's Ibuffer filter (Bug#44100)
2021-08-02 Juri LinkovAdjust tab-bar to the new mode-line-misc-info value...
2021-08-02 Stephen Gildea; mh-junk-background: fix documentation typo
2021-08-02 Stephen Gildeamh-junk: adjust messages for allow/block actions
2021-08-01 Stefan Monnier* lisp/mwheel.el: Don't use `custom-initialize-delay`.
2021-08-01 Stefan Monnier* lisp/progmodes/flymake.el (flymake--mode-line-title...
2021-08-01 Juri Linkov* lisp/progmodes/project.el (project-switch-project...
2021-08-01 Juri Linkov* lisp/emacs-lisp/autoload.el (autoload--make-defs...
2021-08-01 Mattias EngdegårdMake dlet work like let, not let*
2021-08-01 Glenn Morris; Auto-commit of loaddefs files.
2021-08-01 Mattias Engdegård; * lisp/replace.el (occur--set-arrow): Remove unused...
2021-08-01 Glenn Morris; Auto-commit of loaddefs files.
2021-08-01 Mattias EngdegårdIndicate selected occur target with fringe arrow
2021-08-01 Juri Linkov* lisp/filecache.el: Fix cycling (bug#49761).
2021-07-31 Kévin Le GouguecExtend Gnus summary highlight faces by default
2021-07-31 Lars IngebrigtsenAdjust the fully qualified host name when nothing is set
2021-07-31 Lars IngebrigtsenFix `u' binding in Gnus Browse mode
2021-07-31 Mattias Engdegård; compilation-error-regexp-alist-alist): eval-when...
2021-07-31 Mattias EngdegårdOccur-mode multi-line match property gap filling
2021-07-31 Mattias Engdegård* etc/NEWS: Mention occur-mode highlight changes.
2021-07-31 Lars IngebrigtsenC-x 5 5 manual tweak
2021-07-31 Lars IngebrigtsenUpdate NEWS tagging for a couple entries
2021-07-31 Lars IngebrigtsenAdd an index entry for outline-minor-mode-cycle
2021-07-31 Lars IngebrigtsenDocument outline-minor-mode-cycle in the manual.
2021-07-31 Lars IngebrigtsenMake `ffap-read-file-or-url' work again (to read URLs)
2021-07-31 Lars IngebrigtsenAdd new user option python-forward-sexp-function
2021-07-31 Lars IngebrigtsenAdjust how `replace-match' runs modification hooks
2021-07-31 Lars IngebrigtsenExtend whitespace-empty to the end of the line
2021-07-31 Lars IngebrigtsenRevert "Fix `speedbar-directory-buttons' when using...
2021-07-31 Lars IngebrigtsenRevert "Allow nil initializers in define-minor-mode"
2021-07-31 Lars IngebrigtsenDon't bind <mouse-2> and RET in *Help* buffers
2021-07-31 Lars IngebrigtsenAllow nil initializers in define-minor-mode
2021-07-31 Alan ThirdFix some macOS problems
2021-07-31 Alan ThirdMove parent frame setting code into EmacsWindow
2021-07-31 Alan ThirdMove NS port toolbar handling to the window
2021-07-31 Alan ThirdFix macOS live resize drawing
2021-07-31 Alan ThirdChange NS port resize detection
2021-07-31 Alan ThirdTidy up NS port OS window handling
2021-07-31 Alan ThirdSimplify macOS drawing code
2021-07-31 Eli Zaretskii* src/fontset.c (check_fontset_name): A better fix...
2021-07-30 Adam Porter* lisp/emacs-lisp/cl-macs.el: Add cl-type pattern
2021-07-30 Eli Zaretskii* src/fontset.c (check_fontset_name): Fix last change.
2021-07-30 Eli ZaretskiiAvoid segfault when set-fontset-font is called from...
2021-07-30 Michael AlbinusChange Tramp version to "2.5.2-pre"
2021-07-30 Stephen Gildea; fix 2 typos in MH-E comments
2021-07-30 Dmitry GutovMake fileloop skip missing files
2021-07-30 Maxim NikulinTweak previous mailcap-view-file change
2021-07-30 k3tu0isuiFix problem when switching between different prolog...
2021-07-30 Mattias EngdegårdSimplify lexical let-optimisations
2021-07-30 Lars IngebrigtsenEnsure that recover-file doesn't leave stale auto-save...
2021-07-30 Lars IngebrigtsenAllow shell PROMPT strings to have ANSI codes
2021-07-30 Max Nikulinmailcap.el: Avoid xdg-open silent failure
2021-07-30 Lars IngebrigtsenFix case insensitivity in `read-file-name'
2021-07-30 Lars IngebrigtsenFix issue with mml-preview from outside Gnus
2021-07-30 Lars IngebrigtsenWork around long-standing seq.el compilation warning
2021-07-30 Basil L. ContovounesiosRemove a redundant let-binding from Ispell
2021-07-30 Michael Albinus* etc/NEWS: Tramp supports authentication via yubikey...
2021-07-30 Michael AlbinusFix bug#49773 in Tramp
2021-07-30 Mattias EngdegårdOptimise let and let* whose body is constant or the...
2021-07-30 Mattias EngdegårdMove warnings about bad let-bindings from source optimi...
2021-07-30 Mattias EngdegårdOptimise prog1 better
2021-07-30 Mattias EngdegårdElide lexical variables in for-effect context in source...
2021-07-30 Mattias EngdegårdSingle source optimiser entry point
2021-07-30 Stephen Gildeamh-junk: replace color-based terms with descriptive...
2021-07-29 Nick GassonAvoid errors in rmailsum for messages without "From"
2021-07-29 dickmaoFollow-up toggle-subscription name change
2021-07-29 Dmitry GutovFix printing of multiple items in one group without...
2021-07-28 dickmaoRename Gnus -unsubscribe-group commands to -toggle...
2021-07-28 Lars IngebrigtsenImprove mode-line-position-column-format manual entry
2021-07-28 Juri Linkov* lisp/progmodes/gud.el: Add prefix 'gud-' to repeat...
2021-07-28 Lars IngebrigtsenMake byte-recompile-directory less brittle
next