]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2020-09-28 Mattias Engdegård; * doc/lispref/searching.texi (Search and Replace...
2020-09-28 Stefan MonnierFix pcomplete completion of things like `xargs` and...
2020-09-27 Michael AlbinusDocument D-Bus monitoring
2020-09-27 Glenn MorrisMerge from origin/emacs-27
2020-09-27 Glenn Morris; Merge from origin/emacs-27
2020-09-27 Glenn MorrisMerge from origin/emacs-27
2020-09-27 Pip CetFix more single-byte accesses caused by bytepos/charpos...
2020-09-27 Pip CetHandle single-argument `apply' consistently (bug#40968)
2020-09-27 Pip CetAvoid 1s sleep-for before sending the startfile to...
2020-09-27 Eli Zaretskii; * doc/emacs/building.texi (Grep Searching): Fix a...
2020-09-27 Simon LangAdd a new grep-match-regexp variable
2020-09-27 Mattias EngdegårdMinor string-search optimisations (bug#43598)
2020-09-27 Mattias EngdegårdImprove accuracy in string-replace description (bug...
2020-09-27 Mattias Engdegård; * test/lisp/subr-tests.el (string-replace): Add more...
2020-09-27 Eli ZaretskiiMinor copyedits in the Emacs user manual
2020-09-27 Eli ZaretskiiImprove documentation of the 'abbrev-suggest' feature
2020-09-27 Eli ZaretskiiImprove display of raw bytes in the echo-area
2020-09-27 Lars IngebrigtsenFix searching for multibyte needles in unibyte haystacks
2020-09-26 Lars IngebrigtsenMake dired-replace-in-string obsolete
2020-09-26 Lars IngebrigtsenAdd tiny optimization for string-search
2020-09-26 Lars IngebrigtsenRename replace-in-string to string-replace
2020-09-26 Lars IngebrigtsenFix gnus-faq example
2020-09-26 Lars IngebrigtsenSlight replace-in-string optimization
2020-09-26 Mathias DahlAbbrev suggestions helps users remember to use defined...
2020-09-26 Lars IngebrigtsenFix the patch tagging in submit-emacs-patch
2020-09-26 Eli ZaretskiiFollowup to a recent change in menu-bar.el
2020-09-26 Lars Ingebrigtsenmessage-add-action doc string fix
2020-09-26 Mauro ArandaDisplay some character widget values in a more user...
2020-09-26 Lars IngebrigtsenMake macroexpand of `push' slightly less confusing
2020-09-26 Lars IngebrigtsenFix defcustom types of some variables defined in C
2020-09-26 Lars IngebrigtsenFix mouse highlighting in Customize buffers
2020-09-26 Harald Jörgcperl-mode: Delete conditional code where conditions...
2020-09-26 Stefan KangasSilence some byte-compiler warnings
2020-09-26 Stefan KangasRepurpose libxml test for obsolete argument
2020-09-26 Michael Albinus* etc/NEWS: Add new D-Bus monitor functionality. Fix...
2020-09-26 Michael AlbinusAdd D-Bus monitor
2020-09-26 Eli ZaretskiiEnable "Continue Tags Search" menu item only when it...
2020-09-26 Stefan KangasFix byte-compiler warning in CEDET
2020-09-26 Paul EggertFix soap-client URL
2020-09-26 Thomas Fitzsimmonssoap-client.el: Prevent some invalid encoding warnings
2020-09-25 Glenn MorrisFix out-of-tree make check
2020-09-25 Paul EggertFix out-of-source ‘make check’ emacs-module-tests
2020-09-25 Alan ThirdTidy up NS color handling
2020-09-25 Alan ThirdRemove obsolete macOS support for NS font backend
2020-09-25 Alan ThirdImplement internal border colors on NS (bug#41071)
2020-09-25 Mattias Engdegårdstring-search robustness and documentation improvement...
2020-09-25 Eli ZaretskiiFix support for Zip64 zip files
2020-09-25 Noam Postavsky* CONTRIBUTE: Don't recommend action stamps
2020-09-25 Lars IngebrigtsenPartially revert previous prolog.el cleanup
2020-09-25 Lars IngebrigtsenFix defcustom type in sql.el for sql-postgres-login...
2020-09-25 Lars IngebrigtsenFix a defcustom type in gdb-mi.el
2020-09-25 Lars IngebrigtsenFix defcustom type in whitespace.el
2020-09-25 Lars IngebrigtsenFix the defcustom type fix in python.el
2020-09-25 Lars IngebrigtsenFix some defcustom types
2020-09-25 Lars IngebrigtsenAdd an expensive test for defcustom types
2020-09-25 Lars IngebrigtsenMark string-search as being side effect free
2020-09-25 Noam PostavskyMake the Man completion code work better if man -k...
2020-09-25 Tino CalanchaUse the char history in zap-up-to-char
2020-09-25 Mattias EngdegårdFix replace-in-string infloop with empty pattern string...
2020-09-25 Lars IngebrigtsenTweak updating the process mark in set-process-buffer
2020-09-25 Eli Zaretskii* lisp/hi-lock.el (hi-lock-auto-select-face): Doc fix...
2020-09-25 Lars IngebrigtsenRemove more compat code from prolog.el
2020-09-25 Eli ZaretskiiAvoid infinite recursion with 'relative' line numbers...
2020-09-25 Stefan Monnier* lisp/progmodes/ruby-mode.el (ruby-use-smie): Declare...
2020-09-25 Lars IngebrigtsenRemove some XEmacs compat code from prolog.el
2020-09-25 Lars IngebrigtsenClean up replace-in-string slightly
2020-09-25 Lars IngebrigtsenFix previous replace-in-string rewrite
2020-09-24 Lars IngebrigtsenFix replace-in-string multibyteness problems with strin...
2020-09-24 Lars IngebrigtsenAdd a new function 'string-search'
2020-09-24 Stefan Monnier* lisp/help-fns.el (help-fns--first-release): Use etc...
2020-09-24 Glenn MorrisUpdate a failing lisp test
2020-09-24 Juri LinkovHorizontal scrolling for mouse wheel with Shift modifie...
2020-09-24 Theodor ThornhillSet mwheel default scroll value to 1 (bug#43380)
2020-09-24 Juri Linkov* lisp/simple.el (goto-line-read-args): More relevant...
2020-09-24 Glenn MorrisAdd skip condition for some dbus tests
2020-09-24 Lars IngebrigtsenMake set-process-buffer also update the process mark
2020-09-24 Lars IngebrigtsenRefactor process mark setting
2020-09-24 dickmaoAdd sanity check for Gnus groups that belong to no...
2020-09-24 Eli ZaretskiiFix last change in resize_mini_window
2020-09-24 Lars IngebrigtsenFix recent simple.el compilation warning
2020-09-24 Michael AlbinusMinor Tramp cleanup
2020-09-23 Eric AbrahamsenWrite Gnus active files with quotes around group names
2020-09-23 Juri LinkovNew command goto-line-relative (bug#5042, bug#9917)
2020-09-23 Stefan KangasRemove TODO to convert files to unit tests
2020-09-23 Stefan KangasConvert some completion.el tests to ERT
2020-09-23 Stefan KangasConvert allout unit tests to ERT
2020-09-23 Stefan Kangas* lisp/repeat.el: Remove obsolete comment.
2020-09-23 Michael Albinus* test/lisp/net/dbus-tests.el (dbus-test01-basic-types...
2020-09-23 Mattias Engdegård; * lisp/emacs-lisp/lisp.el: rename parameter in last...
2020-09-23 Mattias EngdegårdDon't signal scan-error when moving by sexp interactively
2020-09-23 Mauro ArandaAllow the newline character in the character widget...
2020-09-23 Andrew G CohenImprove mark handling in gnus nnselect
2020-09-23 Alan MackenzieHandle escaped comment enders correctly in syntax.c...
2020-09-23 Andrew G CohenRun gnus-parse-headers-hook when retrieving nnselect...
2020-09-23 Stefan Monniertest/src/xdisp-tests.el: New file
2020-09-23 Andrew G CohenUse gnus-extra-headers in nnselect header parsing
2020-09-22 Lars IngebrigtsenEnsure that the game directory exists before trying...
2020-09-22 martin rudalicsMake delete-pair only delete pairs that are part of...
2020-09-22 Lars IngebrigtsenFix off-by-one error in eldoc--handle-docs
2020-09-22 Lars IngebrigtsenSpeed up shr-insert slightly
next