]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
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 Lars IngebrigtsenRemove more compat code from prolog.el
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
2020-09-22 Lars IngebrigtsenFix filling problem in shr due to zero-width id tagging
2020-09-22 Eli ZaretskiiFix cursor display in mini-window under icomplete-mode
2020-09-22 David ReitterFix font-panel on NS (bug#43480)
2020-09-22 Stefan KangasRemove broken compat code from EDE
2020-09-22 Mattias Engdegård; * test/lisp/progmodes/ps-mode-tests.el: Add missing...
2020-09-22 Stefan KangasFix shellcheck warning
2020-09-22 Stefan KangasSupport shellcheck in compilation-mode
2020-09-21 Stefan KangasRemove Emacs 23 compat code from cedet
2020-09-21 Stefan KangasRemove some Emacs 20 compat code
2020-09-21 Stefan KangasRemove some unnecessary compat code
2020-09-21 Stefan KangasFix thinko in dired-change-marks
2020-09-21 Stefan KangasMove several completions from eshell to pcomplete ...
2020-09-21 Stefan KangasMove pcomplete/bcc32 from eshell to pcmpl-x (Bug#10585)
2020-09-21 Stefan KangasConvert a manual test for nxml-mode to unit test
2020-09-21 Stefan KangasConvert manual indent test for ruby-mode into unit...
2020-09-21 Stefan KangasConvert manual indent test for scheme-mode into unit...
2020-09-21 Stefan KangasConvert manual indent test for ps-mode into unit test
2020-09-21 Sam Steingold(json-encode-string): Strip properties to fix bug#43549
2020-09-21 Lin SunFix problem with ede-mode bugging out on non-existent...
2020-09-21 Lars IngebrigtsenFix recent change to window-max-chars-per-line
2020-09-21 Lars IngebrigtsenDoc string fix for gnus-summary-hide-thread
2020-09-21 dickmaoRemove a misleading message in gnus-summary-hide-thread
2020-09-21 Stefan KangasConvert manual indent test for opascal-mode into unit...
2020-09-21 Stefan KangasConvert manual indent test for lisp-mode into unit...
2020-09-21 Stefan KangasConvert manual indent test for elisp-mode into unit...
2020-09-21 Stefan Kangas; * test/lisp/textmodes/css-mode-tests.el: Add TODO.
2020-09-21 Stephen BermanFix check in `newline' for blank lines
2020-09-21 Lars IngebrigtsenFix line width in M-x term on -nw with line numbers
2020-09-21 Lars IngebrigtsenAdd more isearch submatch faces
2020-09-21 Stefan Kangas; Fix more trivial typos
2020-09-21 Juri LinkovTweak how Man selects the previous window on failure
2020-09-21 Stefan Kangas; Fix typos
2020-09-21 Lars IngebrigtsenAllow disabling the verbose eldoc truncation message
2020-09-21 Nicolas GranerFix default value in checkboxes in eww
2020-09-21 Michael AlbinusAdd D-Bus tests
2020-09-21 Glenn Morris; * lisp/emacs-lisp/syntax.el (syntax-propertize-functi...
2020-09-21 Glenn MorrisMerge from origin/emacs-27
2020-09-21 Glenn Morris; Merge from origin/emacs-27
2020-09-21 Glenn MorrisMerge from origin/emacs-27
2020-09-21 Glenn Morris; Merge from origin/emacs-27
2020-09-21 Glenn MorrisMerge from origin/emacs-27
2020-09-20 Lars IngebrigtsenFix infloop when folding difficult headers in Message
2020-09-20 Lars IngebrigtsenAllow not selecting messages in Gnus before resending
2020-09-20 Lars IngebrigtsenMake xterm-mouse-event check whether the click event...
2020-09-20 Alan MackenzieC++ Mode: Modernize the fontification of "using"
2020-09-20 Lars IngebrigtsenRestore the previous minimum-width specs in the line...
2020-09-20 Lars IngebrigtsenMake (let ((:key 'foo)) :key) signal an error in lexica...
2020-09-20 Lars IngebrigtsenFix typo in dbus.texi
2020-09-20 Michael AlbinusMake D-Bus properties type safe
2020-09-20 Eli ZaretskiiMinor improvement in the ELisp manual's Introduction
2020-09-20 Eli ZaretskiiImprove documentation of a recently-added feature
next