]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2019-07-24 Mattias EngdegårdUse destructuring in filenotify backend handlers
2019-07-24 Mattias EngdegårdUse defstruct instead of list for filenotify pending...
2019-07-24 Mattias EngdegårdRefactor the callback half of filenotify.el
2019-07-24 Mattias EngdegårdDon't use internal filenotify function in test
2019-07-24 Mattias EngdegårdLocal definitions of accessors only used in test
2019-07-24 Thomas Fitzsimmonssoap-client: Do not double-encode duplicate types
2019-07-24 Thomas Fitzsimmonssoap-client: Encode simple type attributes
2019-07-24 Thomas Fitzsimmonssoap-client: Allow attributes and a value
2019-07-24 Andreas Schwab* lisp/gnus/gnus-cus.el (gnus-extra-group-parameters...
2019-07-23 Juri LinkovCustomizable char-fold with char-fold-symmetric, char...
2019-07-23 Paul EggertMerge pdumper.c and alloc.c builtin symbol tests
2019-07-23 Lars IngebrigtsenMake "Compiling" in the mode line a clickable command
2019-07-23 Robert PluimFollow decomposition chains when constructing char...
2019-07-23 Lars IngebrigtsenRefer to local-function-key-map in various manuals
2019-07-23 Paul EggertImprove pdumper doc; say unexec is deprecated
2019-07-23 Stefan Monnier* src/fns.c (hashfn_user_defined): Make sure we always...
2019-07-23 Alan MackenzieFix problems in CC Mode with " being entered into a...
2019-07-23 Paul EggertSupport "%x" etc. formats on more floats
2019-07-23 Paul EggertTweak performance of cmpfn_profiler
2019-07-23 Paul EggertAvoid overexposing fixnums for hash codes
2019-07-23 Stefan KangasDocument normal usage in ibuffer.el
2019-07-23 Paul EggertDo not pdump user-defined hashtabs
2019-07-23 Paul EggertKeep track of consing while GC’s inhibited
2019-07-23 Pip CetAvoid byte compiler warning for subr.el
2019-07-22 Paul EggertRemove no-longer-needed integer overflow code
2019-07-22 Eric AbrahamsenAdjust regexp for parsing IMAP header response
2019-07-22 Stefan Monnier* lisp/progmodes/opascal.el: Tweak code to ease edebugging
2019-07-22 Eric AbrahamsenFix case of IMAP Noselect flag
2019-07-22 Mattias EngdegårdRemove some obsolete integer overflow handling
2019-07-22 Stefan Monnier* lisp/progmodes/opascal.el: Allow inline `var` decl...
2019-07-22 Mattias EngdegårdMake tramp test regexp more robust
2019-07-22 Michael AlbinusSupport history files in remote shells (Bug#36742)
2019-07-22 Martin RudalicsHandle persistence of windows' scroll bar and fringes...
2019-07-21 Alan MackenzieImplement C++ Mode attributes. This fixes bug #36650.
2019-07-21 Paul EggertFix lifetime error in previous patch
2019-07-21 Paul EggertSpeed up maybe_gc when GC is inhibited
2019-07-21 Paul EggertAvoid integer overflow in hash table size
2019-07-21 Paul EggertImprove doc for hash tables
2019-07-21 Paul Eggertpure_alloc returns cleared memory
2019-07-21 Lars IngebrigtsenMake the unflag-p parameter in dired-mark-unmarked...
2019-07-21 Lars IngebrigtsenDon't override SSH_AUTH_SOCK in the example emacs.servi...
2019-07-21 Lars IngebrigtsenFill footnotes better on `M-q'
2019-07-21 Ken BrownFix expand-file-name for names starting with '~'
2019-07-21 Gemini LasswellFix inline-quote Edebug spec
2019-07-21 Paul EggertTweak recent hash-table fix
2019-07-21 Paul EggertFix crash if user test munges hash table
2019-07-21 Paul EggertSimplify hashfn/cmpfn calling convention
2019-07-21 Paul EggertInhibit GC after inhibit_garbage_collection
2019-07-21 Paul EggertSimplify maybe_gc implementation
2019-07-21 Paul EggertRename ‘pure’ to ‘purecopy’
2019-07-21 Paul EggertFix hash table overallocation etc.
2019-07-21 Noam PostavskyMerge from emacs-26
2019-07-21 Noam PostavskyHandle completely undecoded input in term (Bug#29918)
2019-07-21 Basil L. ContovounesiosUse lexical-binding in compface.el
2019-07-20 Oleh Krehel* lisp/files.el (file-size-function): Add :version tag
2019-07-20 Stefan Monnier* test/manual/indent/octave.m (spmd): Add test for...
2019-07-20 Stefan Monnier* lisp/progmodes/octave.el (matchedrules): Add `spmd...
2019-07-20 Basil L. ContovounesiosFix last change to format-spec
2019-07-20 Basil L. ContovounesiosAllow counter-clockwise rotations in image-rotate
2019-07-20 Lars IngebrigtsenMark the gnus-article-date-headers NEWS entry as documented
2019-07-20 Adam SjøgrenEnable showing local time and lapsed time in Gnus
2019-07-20 Lars IngebrigtsenClean up code in nnimap-parse-flags slightly
2019-07-20 N. Jackson* doc/misc/forms.texi (Control File Format): Fix a...
2019-07-20 Eli ZaretskiiFix last change
2019-07-20 Benjamin RiefenstahlMake REs in magic-(fallback-)mode-alist case-sensitive.
2019-07-20 Stefan KangasMake finder-exit use quit-window (Bug#33610)
2019-07-20 Mauro ArandaRemove duplicated code in octave-eldoc-function
2019-07-19 Oleh Krehel* lisp/files.el (file-size-function): New defcustom
2019-07-19 Mattias EngdegårdNeater free disk space formatting
2019-07-19 Martin RudalicsHave 'display-buffer-reuse-window' prefer window on...
2019-07-19 Noam PostavskyDon't load elec-pair in elisp-mode (Bug#36539)
2019-07-19 Stefan KangasUse lexical-binding in help-fns-tests.el (Bug#36585)
2019-07-19 Stefan KangasDeclare mwheel-install obsolete (Bug#36553)
2019-07-18 Juri Linkov* lisp/vc/vc-git.el (vc-git-log-search): Remove shell...
2019-07-18 Michael AlbinusMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2019-07-18 Michael Albinus; Fix last commit in tramp-sh.el
2019-07-18 Simen HeggestøylUse lexical-binding in asm-mode.el and add tests
2019-07-18 Michael AlbinusDetermine `file-notify' handler in Tramp from `special...
2019-07-18 Stefan Monnier* lisp/server.el (server-ensure-safe-dir): Revert part...
2019-07-18 Glenn MorrisUpdate a tramp test for get-free-disk-space change
2019-07-18 Oleh Krehel* lisp/files.el (get-free-disk-space): Use file-size...
2019-07-18 Eli Zaretskii* lisp/abbrev.el (abbrev-prefix-mark): Fix a typo....
2019-07-18 Eric AbrahamsenFix indexing of Gnus entry in gnus-group-unsubscribe...
2019-07-17 Stephen LeakeAdd xref-file-name-display
2019-07-17 Nick Drozd* test/lisp/progmodes/cc-mode-tests.el: Add a test...
2019-07-17 Basil L. ContovounesiosFix typo in package-alist docstring
2019-07-17 Alan Mackenzie* lisp/progmodes/cc-fonts.el (gtkdoc-font-lock-keywords...
2019-07-16 Glenn MorrisAn electric test is now passing
2019-07-16 Glenn Morris* lisp/wid-edit.el: Previous change needs subr-x.
2019-07-16 Sam SteingoldTreat the "Link" link in gnus-summary-browse-urls specially
2019-07-16 Alan MackenzieCC Mode: allow bogusly "adjacent" double quote marks...
2019-07-16 Basil L. ContovounesiosFix failing secrets-test03-items
2019-07-16 Mattias EngdegårdFix calc number formatting with digit grouping (bug...
2019-07-16 Lars IngebrigtsenRevert "Add support for paths to svg.el"
2019-07-16 Lars IngebrigtsenRevert "* doc/lispref/display.texi (SVG Images): Add...
2019-07-16 Mattias EngdegårdSet revert-buffer-function in ert-results-mode
2019-07-16 Stephen BermanPrevent infinite loop on entering wdired-mode
2019-07-15 Juri Linkov* lisp/vc/vc.el (vc-log-search): New command (bug#36644).
2019-07-15 Juri Linkov* lisp/vc/vc-dir.el (vc-dir-search): Remove lambda.
2019-07-15 Juri Linkov* lisp/frame.el (make-frame-on-display): Use x-display...
next