]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2021-01-01 Paul EggertUpdate copyright year to 2021
2021-01-01 Paul EggertFix some mistaken shell delinting
2021-01-01 Lars IngebrigtsenRevert recent add-to-ordered-list changes
2020-12-31 Alan MackenzieCC Mode: increment version numbers to 5.35 due to stand...
2020-12-31 Dmitry Gutovruby-mode: Optimize expression expansion too
2020-12-31 Dmitry Gutovruby-syntax-propertize: Optimize two rules a little
2020-12-31 Dmitry Gutovruby-mode: Recognize setter symbols
2020-12-31 João TávoraFix type declaration of two Flymake customization variables
2020-12-31 Eli ZaretskiiFix process-tests on MS-Windows
2020-12-31 João TávoraMust explicitly create unpropertized strings in mode...
2020-12-31 João TávoraMake Flymake mode-line indicator customizable (bug...
2020-12-31 João TávoraProtect elisp-flymake-checkdoc against boundless diagno...
2020-12-31 Michael Albinus* test/src/process-tests.el: Let timeouts fail the...
2020-12-31 Alan MackenzieCC Mode. Fix AWK Mode fontification bug, remove some...
2020-12-31 Philipp StephaniUnbreak process tests if 'errno' is not installed.
2020-12-31 Stefan KangasFix some shellcheck linter warnings
2020-12-31 Stefan KangasMinor cleanup in doc.c
2020-12-31 Stefan KangasAdd lexical-binding cookie to autoload files
2020-12-31 Daniel MartínFix duplicated entry in gnus-mime-action-alist
2020-12-31 Lars IngebrigtsenAllow add-to-ordered-list to use a test predicate
2020-12-31 Lars IngebrigtsenAdd test for add-to-ordered-list
2020-12-31 Daniel MartínAdd some tests to find-func.el
2020-12-30 Philipp StephaniMinor improvements to FD_SETSIZE overflow checks.
2020-12-30 Philipp StephaniManually limit file descriptors that we select on to...
2020-12-30 Philipp StephaniFix a potential unit test breakage on GNU/Linux.
2020-12-30 Philipp StephaniFix an incorrect Edebug specification.
2020-12-30 Philipp StephaniConsistently check for FD_SETSIZE overflow.
2020-12-30 Philipp StephaniExtend and overhaul FD_SETSIZE overflow tests.
2020-12-30 Philipp Stephani* src/nsterm.m (ns_select): Fix off-by-one error, and...
2020-12-30 Philipp Stephani; * test/src/process-tests.el: Fix comment style.
2020-12-30 Alan MackenzieCC Mode: correct the handling of empty strings
2020-12-30 Alan ThirdFix Help menu on macOS
2020-12-30 Mattias EngdegårdUse standard key symbols in NS menu entries
2020-12-30 Mattias Engdegård; * src/nsmenu.m: Undo unintentional change
2020-12-30 Stefan KangasRemove redundant 'function's around lambda in align.el
2020-12-30 Dmitry GutovAdd 'project-relative' as value for 'xref-file-name...
2020-12-30 Stefan KangasFix some over-wide docstrings
2020-12-30 Mattias EngdegårdPlug NS memory leaks (bug#45502)
2020-12-30 Juri LinkovAdd variables read-char-choice-use-read-key and y-or...
2020-12-30 Michael Albinus* src/dbusbind.c (XD_BASIC_DBUS_TYPE): Fix error in...
2020-12-30 Juri LinkovIn Isearch bind 'C-s M-y' to isearch-yank-pop-only...
2020-12-30 Stefan Kangas; * etc/NEWS: Move entry to correct heading.
2020-12-30 Stefan KangasMinor cleanup in keymap.c
2020-12-30 Lars IngebrigtsenAlso count symbol plists in memory-report
2020-12-30 Lars IngebrigtsenRevert "Switch add-to-ordered-list to eql"
2020-12-30 Stefan Kangas; Fix my previous commit
2020-12-30 Stefan KangasAdd some char-table tests
2020-12-30 Lars IngebrigtsenSwitch add-to-ordered-list to eql
2020-12-30 Lars IngebrigtsenImprove the `long' computation of `mode-line-compact'
2020-12-30 Lars IngebrigtsenAdd caveat about the `long' `mode-line-compact' setting
2020-12-30 Tobias RittweilerMinor refactoring of xref-tests
2020-12-29 Alan ThirdDon't calculate macOS menu data for GNUstep (bug#45502)
2020-12-29 Artem Loenko* src/Makefile.in (DO_CODESIGN): Fix architecture for...
2020-12-29 Juri LinkovUse explicit "--color=auto" in grep mode to support...
2020-12-29 Juri Linkov* lisp/x-dnd.el (x-dnd-get-drop-x-y): Add safer check...
2020-12-29 Eli ZaretskiiA better fix for process-tests on MS-Windows
2020-12-29 Eli ZaretskiiFix process-tests on MS-Windows
2020-12-29 Dmitry Gutovxref-show-definitions-completing-read: Tune up completion
2020-12-29 Michael AlbinusInstrument process-tests.el for timeouts on emba
2020-12-29 Philipp StephaniAdd a regression test for Bug#24325.
2020-12-29 Mattias EngdegårdMore readable keys in NS menu entries (bug#45502)
2020-12-29 Michael AlbinusSync with Tramp 2.5.0
2020-12-29 João TávoraRevert "Allow the flymake mode line indicator to be...
2020-12-29 Alan ThirdFix crash in NS menu code
2020-12-29 Lars IngebrigtsenAdd some tests for align.el
2020-12-29 Glenn Morris* src/xdisp.c (display_mode_line): I guess FALSE should...
2020-12-29 Lars IngebrigtsenRevert the previous display_string change
2020-12-29 Lars IngebrigtsenFix compact mode line text properties
2020-12-29 Lars IngebrigtsenAdd a parameter to display_string to allow not ignoring...
2020-12-29 Lars IngebrigtsenIntroduce new variable mode-line-compact
2020-12-29 Lars IngebrigtsenAllow the flymake mode line indicator to be customized
2020-12-29 Lars IngebrigtsenAdd a SPLIT parameter to `format-spec'
2020-12-29 Basil L. ContovounesiosReword a long docstring in cc-langs.el
2020-12-29 Lars IngebrigtsenAdd a reference between the Strings node and Search...
2020-12-29 Lars IngebrigtsenAllow mixing attributes and comments in the diary file
2020-12-28 João TávoraRobustify completion match scoring for optimized patterns
2020-12-28 Alan MackenzieCC Mode: Add newish AWK Mode facilities, as used in...
2020-12-28 Stefan Monnier* lisp/minibuffer.el: Avoid consecutive `any` in comple...
2020-12-28 Glenn MorrisFix package tests for tetris no longer existing as...
2020-12-28 Alan ThirdFix crash in NS menu code
2020-12-28 Stefan KangasMinor cleanups in tetris.el
2020-12-28 Stefan Kangas* lisp/ps-print.el (ps-message-log-max): Remove XEmacs...
2020-12-28 Stefan KangasRemove redundant 'function's around lambda in vhdl...
2020-12-28 Lars IngebrigtsenFix too-long feedmail-sendmail-f-doesnt-sell-me-out...
2020-12-28 Stefan KangasFill some auto-generated docstrings
2020-12-28 Stefan KangasMake byte-compiler warn about wide docstrings
2020-12-28 Lars IngebrigtsenMake octave-send-region be asynchronous
2020-12-28 Yichao YuMake XIM to work with non-CJK locales
2020-12-28 Lars IngebrigtsenFix background mode on Gnome 3.38 terminals
2020-12-28 Lars IngebrigtsenFix alignment of Java String[] and the like
2020-12-28 Lars IngebrigtsenDocument the text property limitations in mode lines
2020-12-28 Lars IngebrigtsenAllow remember-notes to use the *scratch* buffer
2020-12-28 Dmitry GutovRename and document the built-in xref-show-definitions...
2020-12-27 Tim LandscheidtDo not output two spaces for non-autoloaded ieieo const...
2020-12-27 Stefan Monnier* lisp/emacs-lisp/package.el (package-archives): Add...
2020-12-27 Stefan Monnier* lisp/textmodes/rst.el (rst-mode): Don't touch global...
2020-12-27 Alan ThirdRemove NS menu synthesized events (bug#44333)
2020-12-27 Basil L. Contovounesios; Fix recent shortdoc.el and fns.c additions
2020-12-27 Štěpán Němec; Fix the recent `length' doc string addition
2020-12-27 Lars IngebrigtsenFix up length_internal with degenerate length inputs
next