]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2019-09-14 Eli Zaretskii; * etc/NEWS: Fix last change.
2019-09-14 Federico TedinAllow gamegrid-add-score to treat lower scores as better.
2019-09-14 Paul EggertImprove gc-cons-percentage calculation
2019-09-13 Paul EggertSimplify GC statistics-gathering
2019-09-13 Gemini LasswellDon't build print-number-table unless it will be used
2019-09-13 Gemini LasswellCreate common tests for print.c and cl-print.el
2019-09-13 Gemini LasswellFix unnecessary hash table creation in cl-prin1 (bug...
2019-09-13 Gemini LasswellImprove performance of backtrace printing (bug#36566)
2019-09-13 Gemini LasswellImprove print output options commands in backtrace...
2019-09-13 Stefan Kangas* lisp/help-mode.el (help-mode-menu): Fix typo. (Bug...
2019-09-13 Stefan Kangas* doc/misc/efaq.texi: Update ancient formats. (Bug...
2019-09-13 Stefan KangasRemove leftover XEmacs compat code and doc fixes
2019-09-13 Stefan KangasChange gui--selection-value-internal comment into doc...
2019-09-13 Michael Albinus; Fix a typo by last commit
2019-09-13 Michael Albinus; Add traces in shadowfile.el
2019-09-13 Michael AlbinusFix problems in tramp-test33-environment-variables
2019-09-13 Michael AlbinusMake recent Tramp patch work for tramp-archive.el
2019-09-13 Eli ZaretskiiFix assertion violations due to non-ASCII text in menus
2019-09-13 Jack CoughlinFix saving user-defined calc commands with compositions...
2019-09-13 Noam PostavskyFix fill-paragraph in python docstrings (Bug#36056)
2019-09-12 Stefan Monnier* lisp/progmodes/sh-script.el (sh--assignment-collect...
2019-09-12 Stefan Monnier* lisp/progmodes/sh-script.el (sh-mode-map): Don't...
2019-09-12 Karl FogelAdd `isearch-yank-until-char'
2019-09-12 Michael AlbinusOptimize host name completion in Tramp
2019-09-12 Stefan Monnier* src/profiler.c: Leave `key` hashslots as Qunbound...
2019-09-12 Paul EggertFix file name encoding when open_directory signals
2019-09-12 Paul EggertImprove error reporting for DOC file problems
2019-09-12 Paul EggertFix directory-files-and-attributes race
2019-09-11 Paul EggertOmit duplicate test of current directory
2019-09-11 Paul EggertImprove checking of pdump load failures
2019-09-11 Paul EggertReset dbus registered buses on dump load
2019-09-11 Paul EggertFix auto-save with user-emacs-directory
2019-09-11 Mattias Engdegård* lisp/emacs-lisp/elint.el (elint-directory-skip-re...
2019-09-11 Katsumi YamaokaCreate a new overlay used to mark Attachment header...
2019-09-10 Stephen LeakeMerge commit '74e9799bd89484b8d15bdd6597c68fc00d07e7f7'
2019-09-10 Stephen LeakeSupport `cl-defstruct' in autoloads
2019-09-09 Ulf JasperHandle missing start-time when importing ical event...
2019-09-09 Stefan KangasMatch Python 3 code object names in "M-x pdb"
2019-09-08 Stefan Kangas; * lisp/ps-print.el: Doc fix.
2019-09-08 Stefan KangasRemove final XEmacs compat code from dframe.el
2019-09-08 Stefan Monnier* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Define...
2019-09-08 Stefan KangasRemove support for upgrading from old bookmark file...
2019-09-08 Juri Linkov* lisp/tmm.el: Fix broken tmm-prompt (bug#34517)
2019-09-08 Alan MackenzieFix untidinesses in compile.el.
2019-09-08 Michael AlbinusFix Bug#36090
2019-09-08 Michael AlbinusFix Bug#37202
2019-09-08 Paul EggertFix bug when gc-cons-percentage is bumped to 0.8
2019-09-07 Stefan KangasUse derived-mode-p consistently in info.el
2019-09-07 Noam PostavskyLet byte-compiler recognize that local-variable-p impli...
2019-09-07 Joel RosdahlFix flymake-proc temporary file deletion bug
2019-09-07 Eli ZaretskiiSupport visiting compressed image files
2019-09-07 Michael AlbinusAdd traces in shadowfile
2019-09-07 Evgeny ZajcevFix input method operation on read-only text
2019-09-07 Eli Zaretskii; (server-goto-toplevel): Fix comment to reflect the...
2019-09-07 Eli ZaretskiiAllow client connections when in recursive-edit
2019-09-07 Eli ZaretskiiSet inhibit-compacting-font-caches to t by default...
2019-09-07 Eli ZaretskiiAllow Zs characters to be composed
2019-09-07 Eli ZaretskiiRevert "file-truename now uses realpath for local files"
2019-09-06 Paul Eggertfile-truename now uses realpath for local files
2019-09-06 Mauro ArandaImprove file name completion in file and directory...
2019-09-05 Amin BandaliFix erc-lurker-update-status (bug#36843)
2019-09-05 Paul EggertFix bugs when recalculating consing_until_gc
2019-09-05 Paul EggertPort :safe-renegotiation test to GnuTLS < 3.6.3
2019-09-05 Lars IngebrigtsenFurther fix for network-security-protocol-checks
2019-09-05 Lars IngebrigtsenFix defcustom type of network-security-protocol-checks
2019-09-05 Paul EggertUse plain ‘static’ for Emacs C inline functions
2019-09-05 Paul EggertTweak xd_append_arg to pacify -Wnull-dereference
2019-09-04 Robert PluimDon't check for :safe-renegotiation with TLS1.3
2019-09-04 Paul EggertDon’t mention :safe-renegotiation in TLS 1.3
2019-09-04 Robert PluimFix nsm for unencrypted connections
2019-09-04 Paul EggertPort pdumper mmap to AIX
2019-09-04 Paul EggertPort to platforms with Xrender lib but not header
2019-09-04 Mattias EngdegårdCorrect arguments to `skip-syntax-forward'
2019-09-04 Lars IngebrigtsenMake the NSM not pop up an X dialogue on non-mouse...
2019-09-04 Lars IngebrigtsenPreserve more markers when reverting .gpg files
2019-09-04 Mattias EngdegårdRepair change to compilation-context-lines (bug#36832)
2019-09-04 Michael AlbinusFurther work on Bug#37202
2019-09-04 Michael Albinus* lisp/net/tramp.el (tramp-process-sentinel): Use ...
2019-09-04 Paul Eggert* src/systime.h (hz): #undef to work around AIX build...
2019-09-04 Paul EggertPrefer functions to macros in buffer.h
2019-09-04 Paul Eggert* src/xdisp.c (hscroll_window_tree): Fix type typo.
2019-09-04 Paul EggertTake last_per_buffer_idx private
2019-09-04 Paul EggertAvoid macros in pdumper.c when it’s easy
2019-09-04 Paul EggertAvoid casting -1 to possibly-unsigned enum
2019-09-03 Daniel ColascioneRun tramp cleanup in correct buffer
2019-09-03 Paul EggertSync consing_until_gc with gc-cons-threshold
2019-09-03 Alan MackenzieUse left margin to hold "=>" to indicate current error...
2019-09-03 Michael AlbinusFix Bug#37202
2019-09-02 Paul EggertUpdate from Gnulib
2019-09-02 Paul Eggert* doc/lispref/files.texi (Standard File Names): Mention...
2019-09-02 Robert PluimReword documentation markup description
2019-09-02 Robert PluimAdd 'nsm-trust-local-network' to NEWS
2019-09-01 Glenn Morris* admin/admin.el (set-version): Check for empty NEWS...
2019-09-01 Paul EggertFix load-theme bug with user-emacs-directory
2019-09-01 Glenn Morris; Auto-commit of loaddefs files.
2019-09-01 Mattias EngdegårdClarify what counts as whitespace in `string-blank-p'
2019-09-01 Thomas Fitzsimmonspackage.el: Allow Package-Requires to span multiple...
2019-09-01 Paul EggertMake user-emacs-directory a variable
2019-09-01 Paul EggertImprove documentation for recent XDG-related changes
2019-08-31 Paul Eggert* doc/lispref/customize.texi: Fix typo.
next