]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2020-10-04 Andrea Corallo* configure.ac: Better HAVE_NATIVE_COMP description
2020-10-04 Andrea Corallo* Fix function description message for native compiled...
2020-10-04 Andrea Corallo* Fix two tests in help-fns-tests.el for native code
2020-10-02 Andrea CoralloUse `advice-flet' in place of `cl-letf' to avoid primit...
2020-10-02 Andrea CoralloAdd `advice-flet' macro
2020-10-02 Andrea Corallo* When advising search in `comp-eln-load-path' the...
2020-10-02 Andrea Corallo* Fix 'incoherent dumped eln file' error when DUMP...
2020-10-02 Andrea Corallo* src/pdumper.c (dump_do_dump_relocation): Better error...
2020-10-02 Andrea CoralloClean-up testsuite for vanilla builds
2020-10-01 Andrea Corallo* test/src/comp-tests.el (comp-tests-bootstrap): Tag...
2020-10-01 Andrea Corallo* lisp/emacs-lisp/comp.el (comp-c-func-name): Add autol...
2020-09-30 Andrea Corallo* Improve some docstring in src/comp.c
2020-09-30 Andrea Corallo* .gitlab-ci.yml: Uncomment some testing to align with...
2020-09-30 Andrea CoralloMerge remote-tracking branch 'savannah/master' into...
2020-09-30 Stefan MonnierDon't have C-x = bug out in a "C" locale with non-ASCII...
2020-09-30 Lars IngebrigtsenFix whitespace regexp in gnus-base64-repad
2020-09-30 Lars IngebrigtsenFix gnus-base64-repad test failures
2020-09-30 Stefan Monnier* lisp/emacs-lisp/cl-macs.el (hash-table): Define the...
2020-09-30 Lars IngebrigtsenFix isearch-group-* colours on low-colour displays
2020-09-30 Lars Ingebrigtsendefine-generic-mode doc string fix
2020-09-30 Lars IngebrigtsenGive better error feedback on wrong password in .gpg...
2020-09-30 Thomas Fitzsimmonssoap-client: Bump version to 3.2.0
2020-09-30 Thomas Fitzsimmonssoap-client: Remove FIXME comment
2020-09-30 Thomas Fitzsimmonssoap-client: Update soap-decode-date-time
2020-09-29 Michael AlbinusMore strict D-Bus type checking
2020-09-29 Andrea Corallo* Some clean-up in comp.el
2020-09-29 Lars IngebrigtsenFix emacsclient -c foo.txt behaviour with many frames
2020-09-29 Lars IngebrigtsenMake M-x compile skip the header when looking for error...
2020-09-29 Lars IngebrigtsenFix space parsing in gnus-base64-repad
2020-09-29 Mattias Engdegård* lisp/gnus/smime.el (smime-openssl-program): Allow...
2020-09-29 Mattias EngdegårdFix custom-tests with non-GNU grep
2020-09-29 Stefan Monnier* src/eval.c (Fapply): Simplify last change
2020-09-28 Andrea CoralloRename in docstrings "non nil" into "non-nil"
2020-09-28 Andrea Corallo* src/lisp.h: Remove a newline diff left over master.
2020-09-29 Andrea CoralloClean-up some now unnecessary diff against master
2020-09-28 Michael AlbinusImprove D-Bus monitor
2020-09-28 EarlSuggest region contents in highlight-regexp when region...
2020-09-28 Harald Jörgcperl-mode: Add compatibility for Emacs 26.1
2020-09-28 Alex BochannekRepad the Face header in Gnus
2020-09-28 Jan TatarikFix Gnus parsing of weekly recurring icalendar events
2020-09-28 Mattias Engdegård; * etc/NEWS: Put related items together and fix grammar
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 Andrea CoralloAlways set 'Vexec_path' before 'Vinvocation_directory...
2020-09-26 Andrea Corallo* lisp/emacs-lisp/cl-macs.el (cl--optimize): Add a...
2020-09-26 Andrea CoralloMerge remote-tracking branch 'savannah/master' into...
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
next