]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2022-11-17 Philip KaludercicOnly fetch elpa-packages.eld when necessary
2022-11-17 Philip KaludercicRemove duplicate package descriptions after updating
2022-11-17 Philip KaludercicRemove temporary .texi files if used to build documentation
2022-11-17 Philip KaludercicFix the behaviour of 'byte-compile-ignore-files'
2022-11-17 Philip KaludercicAdd missing elpa-package.eld to package test resources
2022-11-17 Philip KaludercicAvoid destructive manipulation of 'package-vc--archive...
2022-11-17 Philip KaludercicImprove robustness of 'package-vc-update'
2022-11-17 Philip Kaludercic* lisp/vc/vc.el (vc-default-last-change): Use 'vc-call'
2022-11-17 Philip KaludercicHave 'vc-prepare-patch' handle prefix arguments.
2022-11-17 Philip KaludercicExplain that 'package-vc-install' doesn't remove tarbal...
2022-11-17 Philip KaludercicMention package name when package is lacking VC data
2022-11-17 Philip KaludercicAdd new command 'package-vc-update-all'
2022-11-17 Philip KaludercicRaise 'wrong-type-argument' when installing package nil
2022-11-17 Philip KaludercicHave 'package-vc-selected-packages' consider all instal...
2022-11-17 Philip KaludercicFix indefinite loading of asynchronous downloads
2022-11-17 Philip KaludercicFix edebug spec for 'package--with-response-buffer'
2022-11-17 Philip KaludercicImprove robustness of documentation generation
2022-11-17 Philip KaludercicRemove unused variable in 'package-vc--unpack'
2022-11-17 Philip KaludercicMove package spec documentation to 'package-vc-selected...
2022-11-17 Philip KaludercicFix type error in package-vc prompt function
2022-11-17 Philip KaludercicRename 'package-vc-refresh' to 'package-vc-rebuild'
2022-11-17 Philip KaludercicTrack 'default-directory' while updating source packages
2022-11-17 Philip KaludercicRespect :lisp-dir in package specs by loading a sub...
2022-11-17 Philip KaludercicFix generation of documentation for source packages
2022-11-17 Philip KaludercicRemove references to internal symbols from public docst...
2022-11-17 Philip KaludercicExpand 'package-vc--unpack-1' documentation
2022-11-17 Philip KaludercicClarify 'package-vc--build-documentation' docstring
2022-11-17 Philip KaludercicFix the docstring for 'package-vc--version'
2022-11-17 Philip KaludercicFix 'package-vc-selected-packages' documentation
2022-11-17 Philip KaludercicMark 'package-vc-update' as interactive
2022-11-17 Philip KaludercicAutoload 'package-vc-install-selected-packages'
2022-11-17 Philip KaludercicMark 'package-vc-install-selected-packages' as interactive
2022-11-17 Philip KaludercicRename '-ensure-packages' to -install-selected-packages'
2022-11-17 Philip KaludercicHandle strings as keys in 'package-vc-ensure-packages'
2022-11-17 Philip Kaludercic; Fix interactive spec for 'package-vc-refresh'
2022-11-17 Stefan KangasAvoid raw control characters in two files
2022-11-17 Juri Linkov* lisp/repeat.el (describe-repeat-maps): Use fill-regio...
2022-11-17 Robert PluimUse mapc instead of mapcar when walking rmail threads
2022-11-17 Robert Pluim; Fix previous rmailsum change
2022-11-17 Andrea MonacoNew Rmail summary "by thread"
2022-11-17 Andrea MonacoImprove progressive summaries in Rmail
2022-11-17 Alan MackenzieCC Mode: Make implicit int types following specifiers...
2022-11-17 Eli Zaretskii; * lisp/progmodes/elisp-mode.el (eval-defun): Doc...
2022-11-17 Jan StranikSupport multi-line C++11 strings in Ebrowse
2022-11-17 Laurence WarneMake VSIZE and RSS human-readable in Proced buffers
2022-11-17 Eli Zaretskii* lisp/progmodes/eglot.el (eglot-server-programs):...
2022-11-17 USAMI KentaAdd Eglot alternatives for PHP language servers
2022-11-17 Olivier Certnerediff: Merges with ancestor: Fix computation of hunks...
2022-11-17 Brian Leungshell: Add repeat-map for shell-{forward,backward}...
2022-11-17 Brian Leungesh-mode: Add repeat-map for eshell-{forward,backward...
2022-11-17 Brian Leungem-prompt: Add repeat-map for eshell-{next,previous...
2022-11-17 Brian Leungcomint: Add repeat-map for comint-{next,previous}-prompt
2022-11-17 Eli ZaretskiiFix display of mode line when the right divider is...
2022-11-17 Juanma Barranquero* lisp/emacs-lisp/shortdoc.el (sequence): Don't use...
2022-11-17 Stefan KangasMerge from origin/emacs-28
2022-11-17 Stefan Kangas; Fix typos (duplicate words)
2022-11-17 Stefan KangasPrefer defvar-keymap in window.el
2022-11-17 Juanma Barranquero; * lisp/*.el: Fix typos in docstrings
2022-11-17 Juri Linkov* lisp/keymap.el (defvar-keymap): Don't use pcase.
2022-11-17 Juri Linkov* lisp/keymap.el (defvar-keymap): Add support for repea...
2022-11-17 Juri Linkov* lisp/repeat.el (describe-repeat-maps): Improve the...
2022-11-17 Po LuFix treatment of input focus on MPX setups
2022-11-17 Eli Zaretskii; * lisp/emacs-lisp/seq.el (seq-filter): Fix typo in...
2022-11-17 F. Jason ParkImprove new connections in erc-handle-irc-url
2022-11-17 F. Jason ParkAdd optional server param to erc-networks--determine
2022-11-17 F. Jason ParkDefault to TLS port when calling erc-tls from lisp
2022-11-17 F. Jason ParkRefactor erc-select-read-args
2022-11-17 F. Jason ParkAccommodate ircs:// URLs in url-irc and browse-url
2022-11-17 F. Jason ParkWarn of future breaking change to erc-response.tags
2022-11-17 F. Jason ParkImprove auto-reconnect visibility in ERC
2022-11-17 F. Jason Park; Make some ERC test fixtures a bit more courteous
2022-11-17 F. Jason ParkSupport auth-source-pass in ERC
2022-11-17 F. Jason ParkMake auth-source-pass behave more like other backends
2022-11-17 Jim PorterEnable/disable 'server-mode' when starting/stopping...
2022-11-17 Karl FogelFix two typos in a doc string
2022-11-17 Juanma Barranquero; * src/comp.c (Fnative_elisp_load): Fix typo in docstring
2022-11-17 Thomas FitzsimmonsEUDC: Fix eudc-capf-message-expand-name nil result
2022-11-16 Stefan Monnier* src/itree.c: Use more uniform names starting with...
2022-11-16 Stephen LeakeCall xref--analyze with correct project
2022-11-16 Gabriel do... Add flat-button to docstring of 'set-face-attribute'
2022-11-16 Eli ZaretskiiReduce buffer-tests noisiness even more
2022-11-16 Matt ArmstrongReduce buffer-tests noisiness when run in batch mode.
2022-11-16 Eli Zaretskii; Don't unnecessarily use non-ASCII characters in Texinfo
2022-11-16 Eli Zaretskii; * lisp/apropos.el (apropos): Doc fix. (Bug#59248)
2022-11-16 Philip KaludercicSet vc-prepare-patches-separately to nil in .dir-locals.el
2022-11-16 Stefan KangasMerge from origin/emacs-28
2022-11-16 Po LuFix calculation of tab bar lines during automatic heigh...
2022-11-16 Po LuFix error trapping in x_focus_frame
2022-11-15 Juanma Barranquero; * lisp/subr.el (match-buffers): Fix typo
2022-11-15 Juri LinkovNew command 'project-list-buffers' bound to 'C-x p...
2022-11-15 Eli Zaretskii; Fix some doc strings in elisp-mode.el
2022-11-15 Eli Zaretskii; Improve doc strings in seq.el
2022-11-15 Vibhav Pant; .clang-format: Support macros in comp.c, align operan...
2022-11-15 Po LuFix last change again
2022-11-15 Po LuMore fixes to last change
2022-11-15 Po LuFix recent Cairo xsettings changes
2022-11-15 Stefan KangasUse substitute-command-keys for buffer-menu help
2022-11-15 Stefan Kangas; Auto-commit of loaddefs files.
2022-11-15 Stefan KangasAdd face to key bindings suggested by M-x
2022-11-14 Robert PluimExplain how to bind keys to non-ASCII sequences
next