]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2019-12-07 Juri Linkov* lisp/man.el (Man-width-max): New defcustom (bug#32536...
2019-12-07 Robert CochranAdd hooks for after tab open, before close, and to...
2019-12-07 Jackson Ray... Ignore comments and strings when matching JSX
2019-12-07 Jackson Ray... ; * lisp/progmodes/js.el: Fix typo
2019-12-07 Jackson Ray... ; * lisp/progmodes/js.el: Remove unnecessary concat
2019-12-07 Alan MackenzieCC Mode: Allow most functions on post-self-insert-hook...
2019-12-07 Michael AlbinusAdd unload code to tramp-integration.el
2019-12-07 Eli ZaretskiiCorrections in semantic.texi
2019-12-07 Eli ZaretskiiFix documentation of '-position' server command
2019-12-07 Andrii KolomoietsEnsure buffer is alive in python-pdbtrack-unset-tracked...
2019-12-07 Eli ZaretskiiFix fallout from fixing bug#37782
2019-12-07 Eli ZaretskiiMinor fix in the ELisp manual
2019-12-07 Eli ZaretskiiRemove duplicate macros from ses.el
2019-12-06 Paul EggertTest format-time-string padding
2019-12-06 Paul EggertUpdate from Gnulib
2019-12-06 Michael AlbinusConfigure info-look.el to recognize Tramp symbols
2019-12-06 Eli ZaretskiiClarify documentation of functions that use the default...
2019-12-06 Eli ZaretskiiFix set-marker when the position is larger than the...
2019-12-06 Thierry VolpiattoMerge branch 'completion-first-difference_face'
2019-12-06 Thierry VolpiattoFix setting completions* faces in
2019-12-06 Andreas Politz* test/src/buffer-tests.el: Add loads of overlay tests
2019-12-06 Paul Eggert2019-12-05 regexp lint fixes
2019-12-05 Eli ZaretskiiAnother fix for :extend when :inherit is used
2019-12-05 Eli ZaretskiiMinor copyedits of 'jit-lock-antiblink-grace's docs
2019-12-05 Eli ZaretskiiFix recent modifications in emacs-module-tests
2019-12-05 Federico TedinMake HIST arg of read-from-minibuffer work with buffer...
2019-12-05 Paul EggertPacify GCC 9.2.1 with recent module changes
2019-12-05 Paul EggertFix regex repetition of repetitions
2019-12-05 Philipp StephaniFix small bugs introduced in commit 096be9c454
2019-12-04 Juri Linkov* lisp/tab-line.el: Cache the tab-line-format template.
2019-12-04 Juri Linkov* lisp/windmove.el (windmove-display-new-tab): New...
2019-12-04 Juri Linkov* lisp/tab-bar.el (tab-bar-get-buffer-tab): Move code...
2019-12-04 Juri Linkov* lisp/tab-bar.el (switch-to-buffer-other-tab): Use...
2019-12-04 João TávoraNew jit-lock-antiblink-grace feature
2019-12-04 Philipp StephaniUse new function encode_string_utf_8 for the module...
2019-12-04 Philipp Stephani* src/emacs-module.c: Add a few more restrictions for...
2019-12-04 Philipp StephaniChange module interface to no longer use GMP objects...
2019-12-04 Bastienetc/ORG-NEWS: Fix contents
2019-12-04 Juanma Barranquero* lisp/doc-view.el (doc-view-doc-type): Doc fix.
2019-12-04 Mattias EngdegårdDon't use the return value of 'push'
2019-12-04 Bastien; etc/refcards/orgcard.tex: Fix header
2019-12-04 Juanma BarranqueroSilence warnings in Org 9.3
2019-12-04 Glenn Morris; Update some manual xrefs for recent org changes
2019-12-04 Glenn Morris; Fix copyright years and license notices for recent...
2019-12-03 Juri Linkov* lisp/tab-bar.el (tab-bar-move-tab-to-frame): New...
2019-12-03 Stefan Monnier* lisp/gnus/message.el (message-sendmail-envelope-from...
2019-12-03 BastienUpdate Org to 9.3
2019-12-03 Stefan Monnier(message-sendmail-envelope-from): Obey `mail-envelope...
2019-12-03 Stefan Monnier* lisp/minibuffer.el (completion-pcm--optimize-pattern...
2019-12-03 Mattias EngdegårdAvoid duplicated character classes in rx
2019-12-03 Tobias BadingFix incorrect GTK menus on HiDPI monitors with scaling...
2019-12-03 YAMAMOTO MitsuharuFix typo in populating otf_capability method for HarfBuzz
2019-12-02 Juri LinkovNew functions window-state-buffers and tab-bar-get...
2019-12-02 Juanma BarranqueroDon't save/restore font-backend in framesets (bug#38442)
2019-12-02 Juanma Barranqueroibuf-ext.el: Fix previous change
2019-12-01 Dmitry Gutov* lisp/vc/diff-mode.el (diff-context): Set 'extend...
2019-12-01 Mattias EngdegårdTemporary enable transient-mark-mode for rectangle...
2019-12-01 Glenn Morris; Auto-commit of loaddefs files.
2019-12-01 Michael AlbinusSuppress superfluous messages in tramp-tests
2019-12-01 Juanma Barranqueroibuffer-mark-by-content-regexp: don't depend on `cl...
2019-12-01 Juanma Barranqueroibuffer-do-isearch: don't depend on `cl-values-list...
2019-11-30 Mattias EngdegårdImproved mouse rectangle selection robustness (bug...
2019-11-30 Juri Linkov* lisp/tab-line.el (tab-line-auto-hscroll): Don't let...
2019-11-30 Juri Linkov* lisp/gnus/gnus-win.el (gnus-configure-frame): Check...
2019-11-30 Juri Linkov* lisp/subr.el: Add discard-input to more functions.
2019-11-30 Alan MackenzieCC Mode. Fix fontification bug with unterminated quote...
2019-11-30 Juri Linkov* lisp/image.el: Support image scaling with mouse in...
2019-11-30 Juri LinkovUse run-with-idle-timer instead of debounce for respons...
2019-11-30 Juanma BarranqueroFix compilation warning in vc-hg.el
2019-11-30 Eli ZaretskiiMinor fixes in last change
2019-11-30 Andrii Kolomoietsvc-hg: prompt for branch to merge
2019-11-30 Michal SojkaFix preserving cell boundaries in table.el after <delete>
2019-11-30 Eli ZaretskiiAdd ':extend' attribute to faces and themes
2019-11-30 Juanma Barranquero* src/lread.c (syms_of_lread): Doc fix.
2019-11-29 Alan ThirdFix image scaling with masks (bug#38109)
2019-11-29 Stefan Monnier* lisp/gnus/gnus.el (gnus-info): Define with `cl-defstruct`
2019-11-29 Stefan Monnier* lisp/textmodes/mhtml-mode.el: Fix bug#38372
2019-11-29 Robert PluimAdd nsm-should-check IPv6 local subnet tests
2019-11-29 Eli ZaretskiiSupport showing one revision with Mercurial
2019-11-29 Phil Sainty* lisp/so-long.el (so-long-variable-overrides): Set...
2019-11-29 Eli ZaretskiiDocument 'zap-up-to-char'
2019-11-29 Eli ZaretskiiSupport showing one revision with Subversion
2019-11-29 Eli ZaretskiiMinor fix in 'vc-print-root-log's prompt for revision ID
2019-11-29 Eli ZaretskiiSupport showing one revision with Bazaar
2019-11-29 Eli ZaretskiiImprove indexing of VC log commands
2019-11-29 Eli ZaretskiiImprove documentation and UI of 'C-x v L'
2019-11-28 Noam PostavskyImprove errors & warnings due to fancy quoted vars...
2019-11-28 Noam PostavskyStop signaling an error when reading "smart quotes...
2019-11-28 Filipp GunbinDo not call custom-reevaluate-setting in dired-isearch...
2019-11-28 Eli ZaretskiiImprove PY-b5 input methods
2019-11-28 Eli ZaretskiiAllow disabling the BPA part of bidi reordering
2019-11-28 Robert PluimSupport wlan in network-interface-list on pre-Vista...
2019-11-28 Stefan Monnier* lisp/subr.el (do-after-load-evaluation): Fix thinko
2019-11-27 Juri LinkovMenu bar rearrangements, move Print menu items to subme...
2019-11-27 Juri Linkov'C-1 C-x v L' asks for revision and shows its log entry...
2019-11-27 Juri Linkov* lisp/image-mode.el: Resize image on window resizing...
2019-11-27 Eli ZaretskiiMake some anonymous faces extend to EOL
2019-11-27 Eli Zaretskii; Fix recent change in w32.c
2019-11-27 Mattias EngdegårdMouse rectangular region selection (bug#38013)
2019-11-27 Andrii KolomoietsCall vc-setup-buffer in vc-hg-log-incoming and vc-hg...
next