]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2022-11-19 Thomas FitzsimmonsEUDC: Add BBDB test
2022-11-19 Gregory HeytingsFix global face scaling bug due to rounding.
2022-11-19 Brent WestbrookEUDC: Fix a void-variable error
2022-11-19 Gregory Heytings; * Makefile.in: Add option to disable advice on failure.
2022-11-19 Philip Kaludercic* lisp/emacs-lisp/package.el (package-maintainers)...
2022-11-19 Eli Zaretskii; Avoid byte-compiler warning in startup.el
2022-11-19 Stefan Kangas; Fix typos in bs.el
2022-11-19 Mattias Engdegård* Makefile.in: Escape literal asterisks in regexps
2022-11-19 Po LuFix error trapping in x_set_mouse_color
2022-11-19 Eli Zaretskii; Improve doc strings of Ethiopic support functions...
2022-11-19 Eli Zaretskii; Explain why some files are encoded in utf-8-emacs
2022-11-19 Po LuFixes to fast mouse position reporting
2022-11-19 Thomas FitzsimmonsEUDC: Add LDAP tests
2022-11-19 Po LuFix automatic DPI adjustment and add workarounds for...
2022-11-19 Po LuFix bug#59371
2022-11-19 Po LuFix earlier changes to keyboard.c
2022-11-19 Po LuFix build with ext menu bar
2022-11-19 Manuel GiraudFix click position to menu bar entry with no-toolkit
2022-11-18 Mattias Engdegård; gnus-icalendar-tests: revert erroneous 'typo fix'
2022-11-18 Thomas FitzsimmonsEUDC: Revert eudc-server-hotlist default change
2022-11-18 Stefan Monnieritree: Make sure a deleted overlay has NULL pointer...
2022-11-18 Stefan Monnier* lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic...
2022-11-18 Robert PluimImprove 'defvar-keymap' docstring
2022-11-18 Robert PluimSilence rmailsum byte compiler warnings
2022-11-18 Robert PluimUse boolean values directly in rmailsum
2022-11-18 Stefan Kangas; Fix typos
2022-11-18 Juanma BarranqueroAvoid `user-init-file' being set to an eln file (bug...
2022-11-18 Stefan Kangas; Fix typos (prefer US spelling)
2022-11-18 Mattias EngdegårdFix simple-tests when run noninteractively
2022-11-18 Stefan KangasAvoid raw control characters in grm-wy-boot.el
2022-11-18 Juri Linkov* lisp/repeat.el (describe-repeat-maps): More outlines...
2022-11-18 Po LuAdd knob to make `mouse-position' faster on X
2022-11-17 Stefan MonnierMerge remote-tracking branch 'origin/scratch/noverlay'
2022-11-17 Stefan Monnieritree.c: Get rid of the old iterator code scratch/noverlay
2022-11-17 Stefan Monnieritree.c: Make the iterator reentrant (bug#59183)
2022-11-17 Philip Kaludercic* lisp/emacs-lisp/package-vc.el: Autoload package-vc...
2022-11-17 Philip Kaludercic; Clarify what a package specification is
2022-11-17 Philip KaludercicEnsure 'package-vc-prepare-patch' runs in the right...
2022-11-17 Philip KaludercicAvoid duplicate source packages in 'package-alist'
2022-11-17 Philip KaludercicFix issues related to 'package-vc-install-from-checkout'
2022-11-17 Philip Kaludercic; * lisp/emacs-lisp/package-vc.el: Update TODO
2022-11-17 Philip KaludercicAllow the direct installation of package specifications
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 Stefan Monnieritree.c: Add new "stateless" iterator code and post...
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
next