]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2020-12-06 Andrea CoralloCouple of `comp-cstr-union-1-no-mem' improvements for...
2020-12-05 Andrea Corallo* Memoize `comp-cstr-union-1'
2020-12-05 Andrea CoralloMore improvements to `comp-cstr-union-1' for mixed...
2020-12-05 Andrea Corallo* Fix `comp-cstr-to-type-spec'
2020-12-05 Andrea CoralloFix union of homogeneously negated input constraints
2020-12-05 Andrea Corallo* Add `with-comp-cstr-accessors' macro.
2020-12-05 Andrea CoralloInitial support for union of negated constraints
2020-12-05 Andrea Corallo* lisp/emacs-lisp/comp-cstr.el (comp-cstr-union-no...
2020-12-05 Andrea CoralloInitial constraint negation support
2020-12-04 Andrea Corallo* Do not compile `comp-cstr.el` in vanilla builds
2020-12-04 Andrea CoralloVanilla build warning clean-up
2020-12-04 Andrea Corallo* Fix `load-history' causing a number of spurious compi...
2020-12-03 Andrea Corallo* Reduce (half) the number of loads emitted for calling...
2020-11-30 Andrea CoralloFix `comp-mvar-symbol-p' and `comp-mvar-cons-p' (bug...
2020-11-29 Andrea CoralloMerge remote-tracking branch 'savannah/master' into...
2020-11-29 Protesilaos... Make log-view-commit-body less intrusive
2020-11-29 Lars Ingebrigtsenframe-position doc string clarificaton
2020-11-29 Lars Ingebrigtsengarbage-collect doc string clarification
2020-11-29 Lars IngebrigtsenTweak eww-use-browse-url doc string
2020-11-28 Lele GaifaxUpdate TUTORIAL.it
2020-11-28 Mattias Engdegård* etc/tutorials/TUTORIAL.sv: General copy-editing.
2020-11-27 Andrea CoralloAdd intersection support into comp-cstr.el
2020-11-27 Andrea Corallo* Synthesize as const primitive function pointers and...
2020-11-27 Mattias EngdegårdUse correct glyph in title when resizing NS frames
2020-11-27 Philipp StephaniFix incorrect handling of module runtime and environmen...
2020-11-27 Philipp Stephani; * src/lisp.h (enum specbind_tag): Fix typo.
2020-11-27 Stefan Monnier* lisp/subr.el (activate-change-group): Refine fix...
2020-11-27 Mattias EngdegårdMake the 'cucumber' compilation pattern work without...
2020-11-27 Mattias EngdegårdUpdate TUTORIAL.de and TUTORIAL.fr
2020-11-27 Stefan Monnier* lisp/subr.el (activate-change-group): Fix bug#33341
2020-11-27 Stefan KangasUpdate TUTORIAL.es
2020-11-27 Stefan KangasUpdate TUTORIAL.sv
2020-11-27 Juri LinkovAdd completion-tab-width to align prefix chars with...
2020-11-27 Juri Linkov* lisp/simple.el (read-from-kill-ring): Use frame-text...
2020-11-27 Eli ZaretskiiUpdate TUTORIAL.he
2020-11-27 Lars IngebrigtsenFix up previous server exit directory deletion
2020-11-26 Andrea CoralloMove some tests from comp-tests.el to comp-cstr-tests.el
2020-11-26 Andrea CoralloAdd comp-cstr.el and comp-cstr-tests.el
2020-11-26 Dario GjorgjevskiFix modification check when custom-form is `lisp'
2020-11-26 Mattias EngdegårdRemove keyboard anachronisms from tutorial
2020-11-26 Mattias EngdegårdFix replace-regexp-in-string substring match data trans...
2020-11-26 Lars IngebrigtsenKeep point in the *eldoc* buffer in eldoc-display-in...
2020-11-26 Lars IngebrigtsenAllow following symlinks when recompiling directories
2020-11-26 Stefan Kangas; * etc/NEWS: Add some missing documentation markers.
2020-11-26 Stefan Kangas* lisp/files.el (auto-mode-alist): Add entry for "archi...
2020-11-25 Eric AbrahamsenAdd "replied" -> "answered" for gnus-search imap searches
2020-11-25 Eric AbrahamsenAssume default imap TEXT search even when not using...
2020-11-25 Michael AlbinusUse null-device where appropriate
2020-11-25 Juri Linkov* lisp/minibuffer.el (completions-format): Add new...
2020-11-25 Stefan Monnier(defvar): Detect defining a variable currently lexicall...
2020-11-25 Mattias EngdegårdAdd tests for replace-regexp-in-string
2020-11-25 Mattias Engdegård* doc/lispref/searching.texi (Rx Constructs): Group...
2020-11-25 Michael Albinus* test/lisp/net/tramp-tests.el (tramp-test29-start...
2020-11-25 Michael AlbinusMerge from origin/emacs-27
2020-11-25 Michael Albinus; Merge from origin/emacs-27
2020-11-25 Michael AlbinusMerge from origin/emacs-27
2020-11-25 Martin RudalicsRevert extra focus redirection in do_switch_frame ...
2020-11-25 Juri LinkovAdd 'completions-detailed' to add prefix/suffix with...
2020-11-25 Michael AlbinusMinor cleanup of tramp-tests.el on MS Windows
2020-11-25 Lars IngebrigtsenMove code in face-remap.el to avoid a compilation warning
2020-11-25 Stefan KangasMake text-scale-mode optionally adjust the header line
2020-11-24 Juri LinkovYank items selected from kill-ring using completion...
2020-11-24 Stefan Kangas* build-aux/update-subdirs: Use lexical-binding in...
2020-11-24 Philipp StephaniAdd a (broken) unit test to exemplify Bug#11218.
2020-11-24 Stefan Kangas; Reintroduce line mistakenly removed in my last commit
2020-11-24 Stefan KangasRemove XEmacs compat code from idlw-help.el
2020-11-24 Stefan KangasMake XEmacs compat aliases easy-menu-{add,remove} obsolete
2020-11-24 Basil L. ContovounesiosFix handling of defcustom :local tag
2020-11-24 Alan MackenzieCC Mode. Fix an off by one error. Fixes bug #41809
2020-11-24 Basil L. Contovounesios; Fix last change to gnus-sum.el
2020-11-24 Eli ZaretskiiFix display artifacts when 'display' properties cover...
2020-11-24 Mauro ArandaFix menu binding for files in fileset
2020-11-24 Mauro ArandaFix matching of inline choices for the choice widget
2020-11-24 Drew AdamsFix finding filelist for :tree fileset (Bug#976)
2020-11-24 Mattias EngdegårdAutoload the 'rx' pcase macroexpander (bug#44807)
2020-11-24 Lars IngebrigtsenAllow controlling whether SPC in Gnus goes to the next...
2020-11-24 Lars IngebrigtsenMake the `C' command work on marked files
2020-11-24 Lars IngebrigtsenAdd a user option to control how links are followed...
2020-11-24 Itai SeggevCodesign the executable on recene MacOS systems
2020-11-24 Lars IngebrigtsenDelete the emacs-server directory upon Emacs exit
2020-11-24 Lars IngebrigtsenTweak the face of unknown backend indicators in flymake
2020-11-24 Paul W. RankinHandle outline overlays better when cycling in outline.el
2020-11-23 Andrea Corallo* Add SELECTOR parameter to `native-compile-async'...
2020-11-23 Andrea Corallo* Rename two native compiler customize
2020-11-23 Michael AlbinusAdapt files-x-tests.el according to recent Tramp changes
2020-11-23 Glenn Morris; Merge from origin/emacs-27
2020-11-23 Glenn MorrisMerge from origin/emacs-27
2020-11-23 Glenn Morris; Merge from origin/emacs-27
2020-11-23 Glenn MorrisMerge from origin/emacs-27
2020-11-23 Glenn Morris; Merge from origin/emacs-27
2020-11-23 Glenn MorrisMerge from origin/emacs-27
2020-11-23 Glenn Morris; Merge from origin/emacs-27
2020-11-23 Alan Mackenzieminibuffer code: restore original frame after using...
2020-11-23 Mattias EngdegårdFix 'See @xref{...}' (bug#44811)
2020-11-23 Stefan KangasRemove Emacs 19 and 20 compat code from table.el
2020-11-23 Stefan KangasSync latest SKK-JISYO.L
2020-11-23 Stefan KangasUpdate publicsuffix.txt from upstream
2020-11-23 Stefan KangasUse lexical-binding in most runtime leim lisp files
2020-11-23 Eric AbrahamsenSmall fixes to gnus-search output parsing of indexed...
2020-11-22 Philipp StephaniUnbreak compilation with CHECK_STRUCTS.
next