]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2019-12-23 Michael R.... Added `comint-password-function' hook
2019-12-22 Juri Linkov* lisp/files.el (save-buffers-kill-emacs): Mark "*Proce...
2019-12-22 Juri Linkov* lisp/tab-bar.el: Use alist-get instead of (cdr (assq...
2019-12-22 Juri Linkov* lisp/proced.el (proced-signal-list): Add more POSIX...
2019-12-22 João TávoraFix bug in flex completion style's sorting and simplify
2019-12-22 Stefan Monnier* lisp/gnus/gnus-start.el: Use lexical-binding
2019-12-22 Eli ZaretskiiFix wording of recent documentation changes
2019-12-22 Michael AlbinusExtend tramp-tests.el for other host name syntax and...
2019-12-22 Michael Albinus* lisp/net/trampver.el (inhibit-message): Declare.
2019-12-22 Michael AlbinusAdd item to Frequently Asked Questions of Tramp manual
2019-12-22 Alan Third* lisp/term/ns-win.el (ns-insert-working-text): Comment...
2019-12-22 João TávoraImprove sorting of flex completion style with non-nil...
2019-12-22 Masahiro NakamuraFix display of working text on NS (Bug#23412, Bug#1453)
2019-12-22 Alan ThirdCheck if file is in iCloud drive (bug#38618)
2019-12-21 Juri Linkov* lisp/tab-bar.el: Rename tab-bar-list to tab-switcher...
2019-12-21 Juri LinkovNew variable set-message-function to show message at...
2019-12-21 Stephen Gildeabackup-by-copying-when-privileged-mismatch applies...
2019-12-21 Eli Zaretskii;* src/process.c (read_process_output): Fix last change.
2019-12-21 lin.sunAdd new function `python-shell-send-statement'
2019-12-21 Eli ZaretskiiAllow control of data amount read from subprocess in...
2019-12-20 Stefan Monnier* lisp/international/mule-cmds.el: Fix bug#38642
2019-12-20 Dmitry GutovSpeed up vc-dir-update
2019-12-20 Alan MackenzieElisp manual: mention parse-partial-sexp as the source...
2019-12-20 Eli ZaretskiiSupport setting OS names of threads on MS-Windows
2019-12-20 Michael AlbinusFix error in tramp-process-sentinel
2019-12-19 Juri Linkov* lisp/tab-bar.el: Sort tab names by recency for tab...
2019-12-19 Michael Albinus; Fix typos in ange-ftp.el (bug#38660)
2019-12-18 Mattias EngdegårdMore precise 'regexp-opt' documentation
2019-12-18 Michael AlbinusFix an error with remote file name in compile.el
2019-12-17 Wilson SnyderVerilog-Mode collected updates.
2019-12-17 Michael AlbinusImprove Tramp's file-name-completion
2019-12-17 Mattias EngdegårdAdjust cursor column when auto-scrolling during rectang...
2019-12-16 Andrii KolomoietsMake ls-files-unknown only return proper files, not...
2019-12-16 Dmitry Gutovvc-git-after-dir-status-stage: Avoid erroneous up-to...
2019-12-16 Eli ZaretskiiFix face merging for display strings broken by a recent...
2019-12-16 Juri Linkov* lisp/isearch.el (isearch-xterm-paste): Use code like...
2019-12-15 Juri LinkovRevert aa89c84e00d8dc85100e6fedab7631c415e6364d (bug...
2019-12-15 Juri Linkov* lisp/tab-line.el (tab-line-auto-hscroll): Improve.
2019-12-15 Juri Linkov* lisp/tab-bar.el (tab-bar-handle-mouse): Handle close...
2019-12-15 Juri Linkov* lisp/tab-bar.el (tab-bar-select-tab): Message about...
2019-12-15 Robert Cochran* lisp/tab-bar.el (tab-bar-close-other-tabs): Use tab...
2019-12-15 Robert CochranDocument variables that affect tabs in function docstrings
2019-12-15 Phil SaintyNew command 'diff-buffers'
2019-12-14 Paul EggertAdjust intptr_t advice
2019-12-14 Paul EggertRemove nothing from union output_data
2019-12-14 Eli ZaretskiiUpdate documentation of pure-space overflow
2019-12-14 Stefan Monnier* lisp/minibuffer.el (completion-pcm--find-all-completi...
2019-12-14 Michael Albinus* lisp/net/tramp.el (tramp-initial-file-name-regexp...
2019-12-14 Eli ZaretskiiFix cross-references in ELisp manual
2019-12-14 Eli ZaretskiiDon't warn about pure-space overflow
2019-12-14 Paul EggertFix typo that broke GNU/Linux unexec build
2019-12-13 Juanma Barranqueroxfaces.c: Silence spurious maybe-uninitialized compiler...
2019-12-13 João TávoraDisable undo in the process buffers of a JSONRPC connection
2019-12-13 Michael Albinus* lisp/net/tramp.el (tramp-unload-tramp): Autoload...
2019-12-13 Andrii Kolomoietspython-shell-completion-at-point: respect simple-operat...
2019-12-13 Mattias EngdegårdAllow characters and single-char strings in rx charsets
2019-12-13 Philipp Stephani; * src/emacs-module.h.in: Sort includes alphabetically.
2019-12-13 Noam PostavskyAdd prefix to help.el uni-confusable* vars
2019-12-13 Eli ZaretskiiA better fix for extension of overlay string's faces
2019-12-12 Juri Linkov* lisp/emacs-lisp/edebug.el (edebug-remove-instrumentat...
2019-12-12 Juri Linkov* lisp/wid-edit.el (widget-field): Add ':extend t'...
2019-12-12 Mattias EngdegårdUse `or' instead of `union' for charset union in rx
2019-12-12 Eli Zaretskii; * src/xdisp.c (face_at_pos): Fix last change.
2019-12-12 Michael AlbinusOptimize prompt search in Tramp
2019-12-12 Juanma BarranqueroAvoid spurious warning about maybe-uninitialized variable
2019-12-12 Eli ZaretskiiFix face extension of overlay strings on buffer text...
2019-12-12 Robert PluimTreat passed strings as raw-text when percent-escaping...
2019-12-12 Stefan Monnier* lisp/emacs-lisp/debug.el (debug-on-entry): Allow...
2019-12-12 Stefan Monnier* lisp/font-lock.el (font-lock-fontify-region): Widen...
2019-12-12 Stefan Monnier* lisp/calculator.el (cl-lib): Require at run-time...
2019-12-12 Stefan Monnier* lisp/gnus/message.el (message-expand-name-standard...
2019-12-11 Stefan Monnier* lisp/net/eudc.el (eudc-query-with-words): New function
2019-12-11 Eli ZaretskiiAvoid infloop in face merging due to bad face spec
2019-12-11 Paul Eggert* src/xterm.c: Remove long-obsolete comments.
2019-12-11 Robert PluimCheck for GUI frame in ns_color_index_to_rgba
2019-12-11 Michael AlbinusDon't spam the echo area and the *Messages* buffer...
2019-12-11 Paul EggertImprove tv_nsec doc
2019-12-11 Paul Eggert; Spelling fixes
2019-12-10 Paul EggertJust use size_t for emacs_limb_t
2019-12-10 Mattias EngdegårdAdd `union' and `intersection' to rx (bug#37849)
2019-12-10 Alan ThirdFix XBM files on NS (bug#26133)
2019-12-10 Alan ThirdFix dabbrev-completion (bug#17899)
2019-12-10 Alan ThirdFix mouse-position on macOS (bug#4892)
2019-12-10 Federico TedinSimplify call to add-to-history in read_minibuf
2019-12-10 Eli Zaretskii; * etc/NEWS: Minor copyedits of a recently changed...
2019-12-10 Paul EggertSpelling fixes
2019-12-10 Paul EggertPrefer static to extern in ebrowse
2019-12-10 Paul Eggert* lib-src/etags.c (pot_etags_version): Remove; unused.
2019-12-10 Paul Eggert* lib-src/etags.c (Forth_suffixes): Now static.
2019-12-10 Dmitry GutovRename faces used in faces-tests.el
2019-12-10 Dmitry GutovMake ':extend' inherited from default spec unless overr...
2019-12-09 Juri Linkov* lisp/emacs-lisp/map-ynp.el (read-answer): Use [remap...
2019-12-09 Paul EggertImprove module bignum doc
2019-12-09 Dmitry Gutovproject-find-regexp: Default to symbol at point
2019-12-09 Eli ZaretskiiAdd more tests for face :extend attribute
2019-12-08 Juri Linkov* lisp/emacs-lisp/map-ynp.el (read-answer): Allow more...
2019-12-08 Juri Linkov* doc/emacs/mini.texi (Minibuffer Edit): Add minibuffer...
2019-12-08 Juri Linkov* lisp/simple.el (shell-command-on-region): Use set...
2019-12-08 Juri LinkovMove recenter/scroll keybindings from minibuffer-local...
2019-12-08 Juri Linkov* lisp/tab-line.el (tab-line-format): Use composite...
next