summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-26Glenn Morris2019-02-2043-206/+749
|\
| * ; * lisp/ldefs-boot.el: Update.Nicolas Petton2019-02-201-8/+11
| * * ; ChangeLog.3 updateNicolas Petton2019-02-201-1/+496
| * * etc/AUTHORS: Update.Nicolas Petton2019-02-201-25/+42
| * Remove .art from the default list of ImageMagick extensionsGlenn Morris2019-02-191-2/+2
| * Fix input after setting x-wait-for-event-timeout nilEli Zaretskii2019-02-191-0/+3
| * Fix two warnings in eshell.texiMartin Rudalics2019-02-191-2/+2
| * * lisp/minibuffer.el (completion-table-dynamic): Improve docstringStefan Monnier2019-02-181-4/+10
| * * lisp/emacs-lisp/debug.el (debug-on-variable-change): Doc fix. (Bug#34518)David Pathakjee2019-02-181-1/+1
| * Fix a typo in ELisp manualEli Zaretskii2019-02-171-1/+1
| * Update citations of Internet RFCsPaul Eggert2019-02-1632-151/+159
| * Fix handling of manpage references divided by hyphenationEli Zaretskii2019-02-161-5/+16
| * * doc/misc/eshell.texi: Fix some @ref's.Gregor Zattler2019-02-161-6/+6
| * Fix a typo in lispref/syntax.texiEli Zaretskii2019-02-161-2/+2
* | Fix missing interactive specTassilo Horn2019-02-201-1/+1
* | Improve connection hand-shaking in tramp-adb.elMichael Albinus2019-02-201-1/+4
* | * lisp/progmodes/sql.el (sql-is-indent-available): RemoveStefan Monnier2019-02-201-18/+13
* | Fix handling of MINIBUF argument in 'walk-window-tree'Martin Rudalics2019-02-201-15/+19
* | * lisp/progmodes/sql.el: Fix use of string-empty-p in recent change.Glenn Morris2019-02-191-0/+1
* | Simplify easy-mmode-define-navigationCharles A. Roelli2019-02-191-3/+1
* | Implement access-file in TrampMichael Albinus2019-02-1910-15/+67
* | cycle-sort-function prevails in completion-all-sorted-completionsJoão Távora2019-02-191-9/+13
* | switch-to-buffer's completion table uses its own sortingJoão Távora2019-02-191-1/+5
* | Merge branch 'wallet'Michael R. Mauger2019-02-183-16/+284
|\ \
| * | * lisp/progmodes/sql.el: Added password wallet usingwalletMichael R. Mauger2019-02-183-16/+284
* | | * lisp/mh-e/mh-acros.el (mh-defstruct): Minor simplificationStefan Monnier2019-02-181-5/+9
* | | * lisp/erc/erc.el (erc-version-string): Remove, unusedStefan Monnier2019-02-181-3/+0
|/ /
* | * lisp/progmodes/sql.el defensive programmingMichael R. Mauger2019-02-181-5/+7
* | * lisp/elec-pair.el: Do modify+undo more carefullyStefan Monnier2019-02-181-14/+19
* | Speed up cl-list-lengthPaul Eggert2019-02-181-4/+4
* | Minor profiler improvementsPaul Eggert2019-02-181-32/+18
* | * lisp/emacs-lisp/cl-lib.el (cl-endp): Move to cl-seq.elStefan Monnier2019-02-182-7/+7
* | Use 'timer_getoverrun' on Cygwin when possibleKen Brown2019-02-182-4/+5
* | * lisp/vc/smerge-mode.el (smerge-change-buffer-confirm): New varStefan Monnier2019-02-183-48/+55
* | * lisp/vc/smerge-mode.el (smerge-vc-next-conflict): New commandKonstantin Kharlamov2019-02-181-0/+14
* | Increase timeout on emba for TrampMichael Albinus2019-02-181-1/+2
* | * src/fns.c: Fix comment.Paul Eggert2019-02-181-2/+1
* | emacs-init-time outputs more digits nowPaul Eggert2019-02-171-1/+1
* | * lisp/emacs-lisp/cl-lib.el (cl-endp): Remove stray 'x.Paul Eggert2019-02-171-1/+1
* | * lisp/tar-mode.el (tar--try-jka-compr): Remove. (Bug#34251)Juri Linkov2019-02-172-22/+3
* | Fontify C function identifiers in parentheses correctly (e.g. in lisp.h)Alan Mackenzie2019-02-173-12/+52
* | * Put INLINE and ATTRIBUTE_NO_SANITIZE_UNDEFINED into c-noise-macro-namesAlan Mackenzie2019-02-171-1/+1
* | * src/lread.c (readevalloop): Simplify via suffix_p.Paul Eggert2019-02-161-5/+4
* | * lisp/startup.el (load--user-init-file): Support early-init.elc as well.Eli Zaretskii2019-02-161-3/+9
* | * lisp/startup.el: Rename load-user-init-fileStefan Monnier2019-02-161-20/+12
* | Prevent over-eager rx character range condensationMattias Engdegård2019-02-163-1/+20
* | Port tramp-adb to various 'touch' platformsPaul Eggert2019-02-161-3/+14
* | Fix 'early-init-file' value when file is missingEli Zaretskii2019-02-161-1/+5
* | * lisp/progmodes/cc-engine.el: Remove unneeded require of 'cl'Stefan Monnier2019-02-151-2/+0
* | Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs into trunkStefan Monnier2019-02-1511-30/+135
|\ \