]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2022-07-01 Pip CetRemove purespace and ancillary code scratch/no-purespace scratch/no-purespace-old
2022-07-01 Stefan Monniersrc/alloc.c: Remove all uses of `pure_alloc`
2022-07-01 Lars IngebrigtsenFix elisp-byte-compile-buffer requirements
2022-07-01 dick r. chiangFix typo in Property Search manual entry
2022-07-01 Lars IngebrigtsenMake time-stamp-tests.el work in a Norwegian language...
2022-07-01 Po LuDocument XDS stuff
2022-07-01 Lars IngebrigtsenMake it easier to debug nnimap-retrieve-headers
2022-07-01 Lars IngebrigtsenMake the emoji-zoom commands use a transient map for...
2022-07-01 Mattias Engdegård; * test/lisp/erc/erc-networks-tests.el: escape `*...
2022-07-01 Po LuExpand file names read from XDS functions
2022-07-01 Po LuPrevent XdndPosition messages from rarely being sent...
2022-07-01 Po LuSupport receiving XDS drops correctly
2022-07-01 Eli Zaretskii; Fix documentation of recent ERC changes
2022-07-01 F. Jason Park; Tag ERC channel-buffers test as unstable
2022-07-01 Stefan KangasUpdate publicsuffix.txt from upstream
2022-07-01 Po LuAdd tests for XDS protocol support
2022-07-01 Po LuFix `clipboard-yank' inserting off the kill ring instea...
2022-07-01 Po LuDisable middle click selection emulation during XDS
2022-07-01 F. Jason Park; Help ERC test fixture better withstand reordering
2022-06-30 F. Jason ParkUpdate ERC's Info doc with network-ID related changes
2022-06-30 F. Jason ParkOptionally prevent sending multiline input in ERC
2022-06-30 F. Jason ParkImprove ERC's handling of multiline prompt input
2022-06-30 F. Jason ParkFix regression in erc-send-input-line
2022-06-30 F. Jason ParkStandardize auth-source queries in ERC
2022-06-30 F. Jason ParkFavor network identities in erc-join
2022-06-30 F. Jason ParkDon't call erc-auto-query twice on PRIVMSG
2022-06-30 F. Jason ParkRegister erc-kill-buffer-function locally
2022-06-30 F. Jason ParkAdd user-oriented test scenarios for ERC
2022-06-30 F. Jason ParkAddress long-standing ERC buffer-naming issues
2022-06-30 F. Jason ParkAdd ERC test server and related resources
2022-06-30 F. Jason ParkDiscourage ill-defined use of buffer targets in ERC
2022-06-30 F. Jason ParkAdd eventual replacement for erc-default-recipients
2022-06-30 F. Jason ParkAdd helper to determine local channels in ERC
2022-06-30 F. Jason ParkMake ERC respect spaces in server passwords
2022-06-30 F. Jason ParkRecognize ASCII and strict CASEMAPPINGs in ERC
2022-06-30 F. Jason ParkUpdate ISUPPORT handling in ERC
2022-06-30 F. Jason ParkRequire erc-networks in erc.el
2022-06-30 F. Jason ParkDon't set erc-server-announced-name unless known
2022-06-30 F. Jason ParkAllow exemption from flood penalty in erc-backend
2022-06-30 F. Jason ParkCustomize displaying of ERC buffers on reconnect
2022-06-30 F. Jason ParkRemove duplicate ERC prompt on reconnect
2022-06-30 F. Jason ParkAccept user keyword arg in ERC entry-point commands
2022-06-30 F. Jason ParkInitialize erc-server-filter-data in erc-backend
2022-06-30 F. Jason ParkRework mutual dependency between erc and erc-backend
2022-06-30 Lars IngebrigtsenRegenerate ldefs-boot.el
2022-06-30 Lars IngebrigtsenFix define-obsolete-function-alias formatting in loadde...
2022-06-30 Stefan Monnier(syntax-wholeline-max): New var
2022-06-30 Mattias Engdegård; * lisp/emacs-lisp/rx.el: Don't set indentation prop...
2022-06-30 Mattias EngdegårdDon't say that macro-expansion error is a warning
2022-06-30 Stefan Kangas* lisp/eshell/em-term.el (eshell-visual-commands):...
2022-06-30 Lars IngebrigtsenAlso add elisp-eval/byte-compile-buffer to lisp-interac...
2022-06-30 Mattias EngdegårdDon't change indentation rules for `>=` and `=`
2022-06-30 Lars IngebrigtsenFix typo in previous elisp-byte-compile-buffer change
2022-06-30 Lars IngebrigtsenFix up warning links in elisp-byte-compile-buffer
2022-06-30 Stefan Kangas; * lisp/emacs-lisp/testcover.el: Remove duplicate...
2022-06-30 Stefan KangasNew hook save-place-after-find-file-hook
2022-06-30 Lars IngebrigtsenMake "eager macro-expansion" warning into an error
2022-06-30 Lars IngebrigtsenDo NEWS tagging
2022-06-30 Lars IngebrigtsenAdd find-function-setup-keys bindings for find-library...
2022-06-30 Lars IngebrigtsenRestore temp-buffer-resize-mode behaviour wrt. [back...
2022-06-30 Lars IngebrigtsenFix typo in previous server.el change
2022-06-30 Michael ShieldsDon't ignore emacsclient's --frame-parameters option...
2022-06-30 Lars IngebrigtsenAdd new commands to elisp mode for eval/compilation
2022-06-30 Mike KupferClarify `version-control' in the Emacs manual
2022-06-30 Lars IngebrigtsenRecognize Gradle error messages in compile-mode
2022-06-30 Lars IngebrigtsenAdd provide to testcover
2022-06-30 Lars IngebrigtsenRegenerated ldefs-boot.el
2022-06-30 Lars IngebrigtsenAdd new commands to zoom emojis
2022-06-30 Po LuDisable unrelated drag-and-drop protocols during XDS...
2022-06-30 Po LuImprove compliance with the XDS and XDND protocols
2022-06-30 Thomas FitzsimmonsEUDC: Use "Surname" instead of "Name" in prompts
2022-06-30 Po LuFix preservation of the original value of PRIMARY after...
2022-06-30 Thomas FitzsimmonsEUDC: Prevent field overlap when query form is reset
2022-06-29 Eli ZaretskiiFix hscrolling of :align-to when display-line-numbers...
2022-06-29 Stefan Monnier* lisp/vc/diff-mode.el (diff--font-lock-prettify):...
2022-06-29 Mattias EngdegårdMore robust `gnu` pattern (bug#56249)
2022-06-29 Mattias EngdegårdComplete transition to rx for compilation `gnu` pattern
2022-06-29 Mattias Engdegård* lisp/emacs-lisp/rx.el: Indent some rx constructs...
2022-06-29 Stefan Kangas; Manually sync ChangeLog and AUTHORS with emacs-28
2022-06-29 Stefan Kangas; Merge from origin/emacs-28
2022-06-29 Stefan KangasMerge from origin/emacs-28
2022-06-29 Stefan Kangas; Merge from origin/emacs-28
2022-06-29 Stefan KangasMerge from origin/emacs-28
2022-06-29 Stefan Kangas; Merge from origin/emacs-28
2022-06-29 Po LuFix handling invalidated selection requests
2022-06-29 Stefan KangasBump Emacs version to 28.1.90 emacs-28.1.90
2022-06-29 Stefan KangasUpdate ChangeLog and AUTHORS for 28.1.90 pretest
2022-06-29 Po LuFix some bugs found while testing drag-and-drop
2022-06-29 Stefan Monnier(cl--generic-compiler): Revert last change
2022-06-29 Stefan Kangas; Auto-commit of loaddefs files.
2022-06-29 Po Lu; Fix build warnings
2022-06-29 Po LuUpdate dnd-tests.el to make sure remote files are remov...
2022-06-29 Po LuImplement starting X Direct Save (XDS) drops
2022-06-29 Stefan Kangas; * admin/make-tarball.txt: Small clarification.
2022-06-29 Stefan KangasMake two text-property-search tests easier to read
2022-06-29 Stefan KangasMinor cleanup in dired-x-bind-find-file
2022-06-29 Lars IngebrigtsenImprove the eval-defun doc string
2022-06-29 Lars IngebrigtsenEnsure that In-Reply-To is saved in drafts in Message
2022-06-29 Tom Gillespietest/lisp/progmodes/python-tests.el: add test for nav...
2022-06-29 Tom Gillespielisp/progmodes/python.el (python-nav-end-of-block)...
next