]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2016-08-21 Noam PostavskyImprove error when installing non-package dirs
2016-08-21 Alan MackenzieAdapt CC Mode for C++11 uniform initialization.
2016-08-21 Paul EggertUpdate from gnulib
2016-08-21 Paul Eggert; Spelling fixes
2016-08-21 Paul EggertMinor text-quoting-style fixes
2016-08-21 Martin RudalicsFix semantics of 'minibuffer' frame parameter
2016-08-20 Alan Mackenzie* lisp/progmodes/cc-defs.el (c-safe-scan-lists): Resolv...
2016-08-20 Alan MackenzieIn c-\(go-\)?-\(up-\|down-\)?list-\(forward\|backward...
2016-08-19 Robert Cochran* lisp/emacs-lisp/map.el (map--dispatch): Fix docstring
2016-08-19 Alan MackenzieAmend hack-local-variables-prop-line not always to...
2016-08-19 Daiki UenoImprove doc string of epg-*-program
2016-08-19 Tino CalanchaAdd tests for Bug#24264
2016-08-18 Johan BockgårdFix bug in --eval reply message from server
2016-08-18 Eli ZaretskiiAdd tests for 'substitute-command-keys'
2016-08-18 Oleh Krehellisp/textmodes/table.el (table-generate-source): Fix...
2016-08-18 Oleh Krehellisp/dired-aux.el (dired-compress-file-suffixes): Add...
2016-08-18 Andreas PolitzDon't let window start override window point in `window...
2016-08-17 Alan MackenzieFontify constructs following "::" in C++ argument lists...
2016-08-17 Alan MackenzieFontify constructs following "::" in C++ argument lists...
2016-08-17 Paul Eggert* src/doc.c (Fsubstitute_command_keys): Clarify GC...
2016-08-17 K. HandaFix hz encoding and decoding (bug#23814)
2016-08-17 Tino Calanchafile-attribute-collect: New defun
2016-08-17 Michael AlbinusFix Bug#24203
2016-08-16 Karl FogelImprove doc string.
2016-08-16 Paul EggertOmit substitute-command-keys code no longer needed
2016-08-16 Tino CalanchaAllow not erase output buffer in shell commands
2016-08-16 Michael AlbinusRearrange Tramp manual title page
2016-08-15 Glenn Morris* doc/misc/tramp.texi: Adapt 2016-08-14 change for...
2016-08-15 Alan MackenzieFix minor bug in c-syntactic-re-search-forward.
2016-08-15 Alan MackenzieHandle C++11 lambda functions.
2016-08-15 Michael AlbinusFix stale cache problem in Tramp
2016-08-14 Paul Eggert* doc/misc/tramp.texi (Configuration): Fix @xref typo.
2016-08-14 Eli ZaretskiiAnother fix for scroll-conservatively and overlay strings
2016-08-14 Michael AlbinusImprove handling of defcustoms in tramp
2016-08-14 Paul EggertMinor text-quoting-style fixes
2016-08-14 Paul EggertFix substitute-command-keys unibyte, alloc bugs
2016-08-13 Joakim JalapFix "C-u" when an input method is active
2016-08-13 Martin RudalicsFix docs on `display-buffer-below-selected' (Bug#24213)
2016-08-13 Tino Calanchacl-fill: Rename arguments to cl-seq and cl-item
2016-08-13 Thomas FitzsimmonsFix display.texi typo
2016-08-11 Paul EggertFix process leak with make-network-process
2016-08-11 Eli ZaretskiiAvoid annoying re-scroll when buffer has many overlay...
2016-08-10 Paul EggertOmit unnecessary process initialization
2016-08-10 Tino Calanchacl-delete-duplicates: Parse :if to have cl-if bound
2016-08-10 Tino Calanchacl-delete-duplicates: do not parse :if keyword
2016-08-10 Michael AlbinusAdd compatibility layer for `temporary-file-directory...
2016-08-10 Michael Albinus* lisp/comint.el (comint-password-prompt-regexp): Add...
2016-08-10 Vincent BelaïcheMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-08-10 Vincent BelaïcheHandle nil cell value in compiled printer functions.
2016-08-10 Mark OteizaTurn on lexical-binding in json.el
2016-08-10 Mark OteizaNudge WoMan toward lexical-binding
2016-08-09 Vincent BelaïcheApply changes from commits 3c97b0f758 and 8a38e948b0...
2016-08-09 Paul Eggert* .dir-locals.el (c-noise-macro-names): Remove NONVOLATILE.
2016-08-09 Stefan Monnier* lisp/emacs-lisp/cconv.el: Fix λ-lifting in the presen...
2016-08-09 Alan MackenzieCC Mode: check for and fix missing call to before_chang...
2016-08-09 Alan MackenzieMake c-deprepertize-CPP work on deletion/insertion...
2016-08-09 Michael AlbinusSupport $ENV in Tramp
2016-08-09 Paul EggertSimplify exec_byte_code via moving decls etc.
2016-08-09 Paul EggertRemove interpreter’s byte stack
2016-08-09 Paul EggertRemove arbitrary limit on bytecode maxdepth
2016-08-09 Paul EggertTune bytecode quitting
2016-08-09 Paul EggertSimplify BYTE_CODE_SAFE checking
2016-08-09 Paul EggertGet BYTE_CODE_METER working again
2016-08-08 Eli ZaretskiiFix cursor position under scroll-conservatively and...
2016-08-08 Michael Albinus* lisp/files.el (file-ownership-preserved-p): Fix docst...
2016-08-07 Paul EggertTune interpretation of integer arglist descriptor
2016-08-07 Noam PostavskyFix debugging of string-match-p errors
2016-08-07 Michael AlbinusAdd `make-nearby-temp-file' and `temporary-file-directory'
2016-08-07 Michael AlbinusAdd missing dcstrings in Tramp, remove chec for obsolee...
2016-08-06 Noam PostavskyMake sh-mode always use p-s-lookup-properties
2016-08-06 Noam PostavskyFix cl-assert with atomp FORM, non-nil SHOW-ARGS
2016-08-06 Noam PostavskyDon't delete selection after indent-rigidly
2016-08-06 Noam PostavskyFix byte-compile of interactive closures
2016-08-06 Noam PostavskyError if --eval arg has text beyond 1 expression
2016-08-06 Noam PostavskyFix quoted lambda warning from lexical-let
2016-08-06 Noam PostavskyMake emerge always use shell-quote-argument
2016-08-06 Eli ZaretskiiFix 'dired-diff' when backup file is in another directory
2016-08-06 Eli ZaretskiiFix the 'T' command in Dired with non_ASCII file names
2016-08-06 Noam Postavsky* lisp/files.el (version-control): Drop :group vc ...
2016-08-05 Paul EggertMerge from origin/emacs-25
2016-08-05 Paul Eggert; Merge from origin/emacs-25
2016-08-05 Paul EggertMerge from origin/emacs-25
2016-08-05 Paul Eggert; Merge from origin/emacs-25
2016-08-05 Paul EggertMerge from origin/emacs-25
2016-08-05 Paul Eggert; Merge from origin/emacs-25
2016-08-05 Paul EggertMerge from origin/emacs-25
2016-08-05 Paul Eggert; Merge from origin/emacs-25
2016-08-05 Paul EggertMerge from origin/emacs-25
2016-08-05 Paul Eggert; Merge from origin/emacs-25
2016-08-05 Paul EggertMerge from origin/emacs-25
2016-08-05 Paul Eggert; Merge from origin/emacs-25
2016-08-05 Paul EggertMerge from origin/emacs-25
2016-08-05 Paul Eggert; Merge from origin/emacs-25
2016-08-05 Paul EggertMerge from origin/emacs-25
2016-08-05 Paul EggertSpelling and minor grammar fixes
2016-08-04 Alan MackenzieWiden in certain low level CC Mode functions. This...
2016-08-04 Stefan MonnierFix Bug#24149
2016-08-03 Paul EggertUpdate from gnulib
2016-08-03 Paul Eggert; Spelling fix
2016-08-03 Paul EggertFix GnuTLS includes
next