]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2020-12-13 Dmitry GutovFix test failure
2020-12-13 Stefan Monnier* lisp/emacs-lisp/bytecomp.el: Allow a nil destination...
2020-12-12 Alan ThirdFix assertion on SVG load failure
2020-12-12 Stefan KangasRemove references to Emacs before version 22 from FAQ
2020-12-12 Philipp StephaniDocument and enforce some properties for strings create...
2020-12-12 Lars IngebrigtsenFix BSD .include etc syntax in Makefiles
2020-12-12 Lars IngebrigtsenBind `C-c C-d' to rmail-epa-decrypt in rmail
2020-12-12 Eric AbrahamsenNew option gnus-registry-register-all
2020-12-12 Stefan Monnier* lisp/emacs-lisp/package.el (package-buffer-info)...
2020-12-12 Stefan Monnier* src/fns.c (hash_string): Tweak the code further
2020-12-12 Stefan Monnier* lisp/vc/log-edit.el: Keep separator line thin even...
2020-12-12 Eli ZaretskiiFollowup to recent changes in keyboard.c
2020-12-12 Lars IngebrigtsenRemove some unused process.c variables
2020-12-12 Stefan MonnierNew variable `redisplay_adhoc_scroll_in_resize_mini_win...
2020-12-12 Stefan Monnier* src/keyboard.c: Fix bug#5803.
2020-12-12 Alan MackenzieCC Mode: Handle several K&R parameters per declaration
2020-12-12 Lars IngebrigtsenAlter the "Redundant pcase patter" warning message
2020-12-12 Lars IngebrigtsenMake elint load `require'd packages
2020-12-12 Eli Zaretskii; * lisp/info.el (Info-toc-build): Fix last change...
2020-12-12 Zajcev EvgenyExplicitly specify svg base_uri using `:base-uri' image...
2020-12-12 Alan ThirdRevert "Explicitly specify svg base_uri using `:base...
2020-12-12 Lars IngebrigtsenOffer to save tutorial position on Emacs exit
2020-12-12 Lars IngebrigtsenUpdate Info-toc-build parsing
2020-12-12 Stefan KangasPrefer setq-local in python.el
2020-12-12 Lars IngebrigtsenPreserve point in dired buffers in dired-*-find-file...
2020-12-12 Lars IngebrigtsenMake dired-toggle-read-only check whether the directory...
2020-12-12 Eli ZaretskiiUnbreak the MS-Windows build broken by recent changes
2020-12-12 Lars IngebrigtsenImprove the documentation of marker handling when reverting
2020-12-12 Eli ZaretskiiImprove support for 'memory-report' on MS-Windows
2020-12-12 Pankaj JangidAllow customizing the Gnus summary thread indicators
2020-12-12 Alan ThirdImprove some NS drawing code
2020-12-12 Alan ThirdUse real DPI when rendering SVGs (bug#45124)
2020-12-12 Zajcev EvgenyExplicitly specify svg base_uri using `:base-uri' image...
2020-12-12 Stefan Monnier* lisp/emacs-lisp/thunk.el (thunk-let*): Don't modify...
2020-12-12 Stefan Monnier* lisp/play/dunnet.el: Make it so loading the file...
2020-12-11 Lars IngebrigtsenFix copyright line
2020-12-11 Lars Ingebrigtsenbutton-buttonize doc string clarification
2020-12-11 Lars IngebrigtsenFix image-cache-size crash
2020-12-11 Stefan Kangas* src/fns.c (Fbuffer_hash): Doc fix. (Bug#45178)
2020-12-11 Harald Jörg; cperl-mode: Eliminate fallbacks if font-lock isn...
2020-12-11 Lars IngebrigtsenAlso sort the totals section by size
2020-12-11 Lars IngebrigtsenTweak memory-report--format
2020-12-11 F. Jason ParkAppend incremental message segments in socks-filter
2020-12-11 Pankaj Jangiddocstring: If FRAME is nil, it defaults to selected...
2020-12-11 Lars IngebrigtsenClarify fortran-beginning-of-subprogram doc string...
2020-12-11 Stefan Kangas* lisp/progmodes/python.el: Bump version.
2020-12-11 Lars IngebrigtsenFix compilation of image.c on non-Cairo systems
2020-12-11 Roland Winklerbibtex-autokey-get-year: Follow iso8601
2020-12-11 Lars IngebrigtsenFix object-interval tests
2020-12-11 Lars IngebrigtsenFix parsing error in exif
2020-12-11 Lars IngebrigtsenAdd a new command `memory-report'
2020-12-11 Lars IngebrigtsenAdd new function `object-intervals'
2020-12-11 Lars IngebrigtsenAdd new function 'image-cache-size'
2020-12-11 Lars IngebrigtsenAdd a new function `button-buttonize'
2020-12-11 Michael Albinus* lisp/battery.el (battery--upower-devices): Protect...
2020-12-11 Basil L. ContovounesiosFix quoting in gnus-buffer-configuration
2020-12-11 Eric AbrahamsenBe more graceful about handling Gnus search errors
2020-12-10 Stefan KangasRemove some ancient Emacs compat code from cperl-mode
2020-12-10 Stefan KangasPrefer setq-local in cperl-mode.el
2020-12-10 Stefan KangasPrefer setq-local in bibtex-style.el
2020-12-10 Eli ZaretskiiAvoid segfaults in pos_visible_p
2020-12-10 Mattias EngdegårdFupcase no longer maps ?ß to itself (bug#11309)
2020-12-10 Juri LinkovAllow creating a new tab from the minibuffer (bug#45072)
2020-12-10 Dmitry GutovValentin Gatien-Baron <valentin.gatienbaron@gmail.com>
2020-12-09 Stefan KangasFix thinko in my previous commit
2020-12-09 Dmitry Gutov* lisp/progmodes/xref.el: Bump the version.
2020-12-09 Stefan Kangas; Fix typo in my previous commit
2020-12-09 Dmitry GutovAllow specifying the project to switch to programmatically
2020-12-09 Dmitry GutovAdd missing defcustom keywords to new variables
2020-12-09 Lars IngebrigtsenClarify `scroll-preserve-screen-position' doc string
2020-12-09 Juri LinkovRemove isearch-input-method-local-p and always set...
2020-12-09 Juri LinkovSupport highlighting of ripgrep output (bug#44983)
2020-12-09 Mattias EngdegårdStricter gradle-kotlin message pattern
2020-12-09 Lars IngebrigtsenInclude the keymap in the gud-mode doc string
2020-12-09 Lars Ingebrigtsen`pdb' doc string clarification
2020-12-09 Glenn Morris; Merge from origin/emacs-27
2020-12-09 Glenn MorrisMerge from origin/emacs-27
2020-12-09 Glenn Morris; Merge from origin/emacs-27
2020-12-09 Glenn MorrisMerge from origin/emacs-27
2020-12-09 Lars IngebrigtsenFix mark-defun in fortran-mode
2020-12-09 Eli ZaretskiiImprove predictability of 'scroll-preserve-screen-position'
2020-12-09 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2020-12-09 Eli ZaretskiiUpdate docs of 'defvar' and 'defface'
2020-12-09 Lars IngebrigtsenFix info mode fontification of built-in (*note Built...
2020-12-09 Serge TupchiiFix crash (segfault) in etags on generating tags for...
2020-12-09 Mattias EngdegårdRecognise ß properly as a lower-case letter (bug#11309)
2020-12-09 Lars Ingebrigtsencl-pushnew manual clarification
2020-12-09 Lars Ingebrigtsencl-defmethod doc string clarification
2020-12-09 Lars IngebrigtsenClarify the default-boundp doc string
2020-12-09 Lars IngebrigtsenMake ediff offer to create files it's inferring
2020-12-09 Michael AlbinusImprove tests for gio file notifications
2020-12-09 Lars IngebrigtsenFilter revoked keys when saving files
2020-12-09 Stefan KangasPrefer setq-local in most files
2020-12-09 Stefan KangasPrefer setq-local in dired extensions
2020-12-09 Stefan KangasUpdate publicsuffix.txt from upstream
2020-12-09 Mattias EngdegårdFix [:upper:] and [:lower:] for Unicode characters...
2020-12-09 Stefan KangasPrefer setq-local in some remaining progmodes
2020-12-09 Stefan KangasPrefer setq-local in gdb-mi.el
2020-12-09 Stefan KangasPrefer setq-local in etags.el
2020-12-09 Stefan KangasPrefer setq-local in cfengine.el
next