]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2022-11-26 Gregory HeytingsSave and restore narrowing locks in 'save-restriction'.
2022-11-25 Gregory HeytingsGeneric 'with-narrowing' macro.
2022-11-25 Gregory HeytingsReworked locked narrowing.
2022-11-24 Gregory HeytingsMerge master into feature/improved-locked-narrowing.
2022-11-21 Gregory HeytingsMake sed invocation in Makefile POSIX-compliant
2022-11-21 Stefan Kangas* lisp/forms.el (forms-mode): Prefer setq-local.
2022-11-21 Stefan KangasMake instructions for updating ancient filesets obsolete
2022-11-21 Stefan Kangas* lisp/woman.el (woman-mode-map): Prefer defvar-keymap.
2022-11-21 Juri Linkov* lisp/outline.el (outline-search-function): New variab...
2022-11-20 Stephen LeakeDelete eglot spinner; not useful
2022-11-20 Juanma BarranqueroAvoid native compiler setting user-init-file to warning...
2022-11-20 Juri LinkovRename 'elisp-eval-buffer' to 'elisp-eval-region-or...
2022-11-20 Juri LinkovDisable display-line-numbers-mode in string-pixel-width...
2022-11-20 Michael Albinus* doc/misc/Makefile.in (INFO_COMMON): Sort alphabetically.
2022-11-20 Michael AlbinusRework tramp-archive autoloads
2022-11-20 Po LuCoalesce duplicate scroll valuator handling code
2022-11-20 Stefan Kangas; Fix typos
2022-11-20 Stefan Kangas; Add .no-advice-on-failure to .gitignore
2022-11-20 Eli Zaretskii; * lisp/proced.el (proced-auto-update-timer): Fix...
2022-11-20 Laurence WarneCancel proced auto update timer if no proced buffers...
2022-11-20 Eli ZaretskiiAdvise against using too-high GC thresholds
2022-11-20 Gabriel do... Handle error in bookmark-relocate when filename is nil
2022-11-20 Eli Zaretskii; Avoid "Local Variables" popups in Emacs tree
2022-11-20 Juanma Barranquero; Fix typos
2022-11-19 Eli ZaretskiiFix encoding and display of messages sent by server...
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'
next