]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2019-12-25 João TávoraDon't always resort in recently introduced icomplete...
2019-12-25 João TávoraDon't force completion recalculation in icomplete-fido-ret
2019-12-25 João TávoraCorrectly cache sorted completions in icomplete--sorted...
2019-12-25 Eli Zaretskii; * etc/NEWS: Fix a recently added entry.
2019-12-25 Philipp Stephani* .gitignore: Ignore .dylib files (shared libraries...
2019-12-25 Philipp StephaniAdd some documentation for support of .dylib suffix...
2019-12-25 Lars IngebrigtsenDon't bind XEmacs-only variable in edebug
2019-12-25 Glenn MorrisMerge from origin/emacs-27
2019-12-25 Glenn Morris; Merge from origin/emacs-27
2019-12-25 Glenn MorrisMerge from origin/emacs-27
2019-12-25 Glenn Morris; Merge from origin/emacs-27
2019-12-25 Eli ZaretskiiImprove doc string of 'files--message'
2019-12-25 Philipp StephaniSupport .dylib suffix for modules on macOS (Bug#36226).
2019-12-24 Wolfgang SchererImprove vc--add-line, vc--remove-regexp
2019-12-24 Dmitry GutovApply the 'xref-group' property properly
2019-12-24 Philipp Stephani* src/pdumper.c (Fdump_emacs_portable): Reword error...
2019-12-24 Philipp StephaniDon’t allow portable dumping in interactive mode (Bug...
2019-12-24 Lars IngebrigtsenDon't default to showing X-Faces externally in Gnus
2019-12-24 Lars IngebrigtsenFix manual typo in Special Read Syntax
2019-12-24 Federico TedinMake goto-line keep a separate input history per buffer
2019-12-24 Robert PluimFix problem with emacs -nw / eww / svg
2019-12-24 Lars IngebrigtsenClarify base64 requirements and say what {en,de}code_co...
2019-12-24 João TávoraMove flex style's minibuffer-default-aware sorting...
2019-12-24 Michael Albinus; * etc/NEWS: Fix boring oddities.
2019-12-24 Philipp Stephani* src/emacs-module.h.in: Add reference to manual.
2019-12-24 Stefan Monnier* src/minibuf.c (read_minibuf): Use `user-error`
2019-12-24 Juanma BarranqueroDon't use `let*' with just one binding
2019-12-24 Juanma BarranqueroTrivial docstring fixes
2019-12-24 Dhruva Krishnamurthyimagemagick-types needs to initialize ImageMagick
2019-12-24 Philipp StephaniPrepare module header generation for Emacs 28.
2019-12-24 Philipp Stephani* src/emacs-module.h.in: Use @emacs_major_version@...
2019-12-23 João TávoraMake fido-mode behave more like ido-mode when finding...
2019-12-23 João TávoraSlightly simplify lisp/icomplete.el with new icomplete...
2019-12-23 João TávoraAnother adjustment to flex completion style's sorting...
2019-12-23 Philipp Stephani* src/pdumper.c (Fdump_emacs_portable): Reword error...
2019-12-23 Philipp StephaniRemove some undefined behavior related to left shifts.
2019-12-23 Stephen GildeaFurther expand coverage of unit tests for time-stamp
2019-12-23 Philipp StephaniDon’t allow portable dumping in interactive mode (Bug...
2019-12-23 Mario Lang; Fix oversights during renaming of example code
2019-12-23 Philipp StephaniMake argument names in module interface more consistent.
2019-12-23 Eli ZaretskiiBump Emacs version to 28.0.50
2019-12-23 Eli ZaretskiiCut the emacs-27 release branch
2019-12-23 Philipp StephaniDocument and verify that emacs_limb_t doesn’t have...
2019-12-23 Jimmy Aguilar... Fix extension of underline, overline, and strike-throug...
2019-12-23 Mattias Engdegård; * lisp/mouse.el: declare functions to silence warnings
2019-12-23 João TávoraComment on limitation of flex completion style's sortin...
2019-12-23 João TávoraFix a bug in completion--flex-adjust-metadata
2019-12-23 Martin RudalicsFix documentation of implied frame resizing (Bug#38684)
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...
next