]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2021-12-07 Michael AlbinusMake a more robust check in Tramp using scripts
2021-12-07 Lele GaifaxAdd the new packages section to the Italian tutorial
2021-12-07 Stefan KangasRemove some unnecessary references to Emacs 22
2021-12-07 Stefan Kangas* etc/tutorials/TUTORIAL: Say that there is usually...
2021-12-07 Stefan Kangasimage-dired: Fix behavior of slideshow command
2021-12-07 Stefan KangasRemove obsolete values from image-mode-auto-resize
2021-12-07 Stefan Kangas* lisp/view.el (view-mode-map): Convert to defvar-keymap.
2021-12-07 Stefan KangasRemove XEmacs compat code from strokes.el
2021-12-07 Lars IngebrigtsenAdd vc-git-stash-pop to vc-dir-git-mode
2021-12-07 Stefan KangasMerge from origin/emacs-28
2021-12-07 Po LuCancel xwidget progress timer when buffer is killed
2021-12-06 Eric AbrahamsenWhen registering Gnus message ids, guard against no...
2021-12-06 Stefan KangasSilence byte-compiler in two tests
2021-12-06 Stefan KangasRemove spurious space in byte-compiler warning
2021-12-06 Stefan KangasAssume unfilled byte-compiler warnings in tests
2021-12-06 Lars IngebrigtsenFix previous shr-parse-style change
2021-12-06 Tassilo Horndired.texi: Document dired-create-destination-dirs...
2021-12-06 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2021-12-06 Eli ZaretskiiRevert "Avoid small parasitic button on mode line"
2021-12-06 Michael AlbinusTramp code cleanup
2021-12-06 Eli ZaretskiiFix mode-line display on TTY frames
2021-12-06 Juri LinkovSelect the right buffer for event in context-menu funct...
2021-12-06 Eli ZaretskiiAvoid small parasitic button on mode line
2021-12-06 Stefan Kangas; * etc/tutorials/TUTORIAL.sv: Re-adjust to latest...
2021-12-06 Eli Zaretskii; * etc/tutorials/TUTORIAL: Minor wording change in...
2021-12-06 Stefan MonnierMerge remote-tracking branch 'origin/emacs-28' into...
2021-12-06 Stefan Monnierlisp/minibuffer.el: Fix for bug#52169 regression
2021-12-06 Stefan Kangas* etc/tutorials/TUTORIAL.sv: Adjust to latest change...
2021-12-06 Stefan Kangas; * etc/tutorials/TUTORIAL: Fix typo in last commit.
2021-12-06 Daniel FleischerAdd package management to tutorial and startup screen
2021-12-06 Stefan Kangasimage.c: Remove some dead code
2021-12-06 Paul EggertUpdate org-compat doc string
2021-12-06 Paul EggertFix minor clock skew issues
2021-12-06 Paul EggertAvoid timestamp info loss in mh-alias-tstamp
2021-12-06 Paul EggertSimplify by using format-time-string
2021-12-06 Paul EggertSimplify RFC 5322 time zone generation
2021-12-06 Paul EggertFix image load timekeeping bug
2021-12-06 Paul EggertUse time-convert in with-decoded-time-value
2021-12-06 Paul EggertSimplify message-make-expires
2021-12-06 Paul EggertSimplify message-unique-id etc.
2021-12-06 Paul EggertPrefer nil to (current-time) when either will do
2021-12-06 Paul EggertSimplify cedet-utest-elapsed-time
2021-12-06 Paul EggertUse time-equal-p to compare timestamps in tests
2021-12-06 Paul EggertAdd time-convert tests
2021-12-06 NightMachinaryAdded dired-create-destination-dirs-on-trailing-dirsep
2021-12-06 Stefan KangasMerge from origin/emacs-28
2021-12-06 Lars IngebrigtsenMake the Git stash commands available in vc-dir Git...
2021-12-06 Lars IngebrigtsenMake gnus-check-backend-function mode `debug-on-signal...
2021-12-06 Stefan Kangas; Small doc fix in recent eieio-opt.el change
2021-12-06 Stefan MonnierEIEIO: Remove redundant type info in help
2021-12-06 Stefan Kangasimage-dired: Use string-match-p in one case
2021-12-06 Stefan Kangasimage-dired: Don't disable mouse dragging
2021-12-06 Po LuFix jittering when precision scrolling over images
2021-12-06 Justin Schellvc-git--program-version to support Git for macOS versio...
2021-12-06 Lars IngebrigtsenDon't fill byte-compilation warnings in batch mode
2021-12-06 Lars IngebrigtsenAudit `string-match' usage in shr.el
2021-12-05 Christer EnforsFix typos and improve consistency in ERC manual
2021-12-05 Lars Ingebrigtsen; * src/image.c (webp_load): Minor stylistic fix-up...
2021-12-05 dickmaoAdd workaround to compilation warning in gcc 10.x in...
2021-12-05 YugaEgo; * etc/themes/manoj-dark-theme.el: Remove not defined...
2021-12-05 Lars IngebrigtsenUpdate comment about `declare-function'
2021-12-05 YugaEgo* lisp/info.el (info-menu-star): Improve documentation
2021-12-05 Lars IngebrigtsenFix wording in eieio.texi (Generics)
2021-12-05 Lars IngebrigtsenFix regression introduced by previous context-menu...
2021-12-05 Lars IngebrigtsenRevert "Clarify Creating Frames documentation"
2021-12-05 Lars IngebrigtsenRevert "Improve before-make-frame-hook and after-make...
2021-12-05 Lars IngebrigtsenFix fancy-about-screen point placement
2021-12-05 Glenn Morris* test/Makefile.in (check-declare): Add missing --batch.
2021-12-05 Stefan KangasLight copy-edits to recent additions to ERC manual
2021-12-05 Stefan KangasRemove no-op calls to decode-char with 'ucs' arg
2021-12-05 Eric AbrahamsenUse gnus-error to report mail-source failures
2021-12-05 Eli Zaretskii; Another protection from out-of-bounds access to it...
2021-12-05 Eli ZaretskiiFix out-of-bounds access in xdisp.c
2021-12-05 Eli ZaretskiiDocument the subtleties of the 'cursor' text property
2021-12-05 Po LuInterpolate large pixel scrolls
2021-12-05 Stefan KangasSilence byte-compiler in generator-tests.el
2021-12-05 Stefan KangasSilence warnings about testing obsolete functions and...
2021-12-05 Stefan KangasRemove hacks for broken `with-suppressed-warnings'
2021-12-05 Eli Zaretskii; * doc/misc/eshell.texi (Built-ins): Improve markup...
2021-12-05 Stefan KangasMerge from origin/emacs-28
2021-12-05 Lars IngebrigtsenRemove hack from seq-tests.el for broken `with-suppress...
2021-12-05 Lars IngebrigtsenImprove before-make-frame-hook and after-make-frame...
2021-12-05 Lars IngebrigtsenClarify Creating Frames documentation
2021-12-05 Kyle MeyerUpdate to Org 9.5.1-15-gdb4805
2021-12-05 Po LuFix tty mouse wheel on window systems other than X
2021-12-05 Lars IngebrigtsenMake help--describe-command more robust
2021-12-05 Christer EnforsAdd IRC introduction to the ERC manual
2021-12-05 Po LuMake pixel scrolling through images less jumpy
2021-12-05 Earl HyattUpdate the Info documentation of Eshell's built-in...
2021-12-05 Lars IngebrigtsenMake package-dir-info more resilient
2021-12-05 Lars IngebrigtsenTweak fancy-about-text
2021-12-05 Lars IngebrigtsenFill Emacs version on about screen
2021-12-04 Lars IngebrigtsenFurther gnus-inews-insert-gcc fixes
2021-12-04 Lars IngebrigtsenAvoid having gud bug out if `C-x C-a' has been bound
2021-12-04 Eric AbrahamsenDon't swallow gnus-search errors when creating nnselect...
2021-12-04 Juri Linkov* lisp/isearch.el (isearch-delete-char): Reopen hidden...
2021-12-04 Lars IngebrigtsenFix pixel-fill--fill-line infloop for certain unbreakab...
2021-12-04 Lars IngebrigtsenAdd a comma between groups in gnus-inews-insert-gcc
2021-12-04 Lars IngebrigtsenImprove bookmark-maybe-historicize-string doc string
2021-12-04 Michael AlbinusAdd ".crate" to Tramp archive file suffixes.
next