summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minor .gitignore fixesPaul Eggert2017-05-191-4/+4
* ; * doc/emacs/files.texi (Auto Save Files): Fix a cross-reference.Eli Zaretskii2017-05-191-1/+1
* * lisp/emacs-lisp/package.el: Quote `package-desc' in docstringsStefan Monnier2017-05-191-12/+12
* Fix turning off whitespace-modeNick Helm2017-05-192-3/+38
* Minor tweaks in tramp-tests.elMichael Albinus2017-05-191-0/+16
* Fix a problem with OpenSSH 7 in TrampMichael Albinus2017-05-191-1/+3
* Improve documentation of 'split-string'Jean-Christophe Helary2017-05-191-15/+13
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2017-05-191-7/+5
|\
| * Fix module tests on some systemsPhilipp Stephani2017-05-191-7/+5
* | Fix typos in doc stringsRuslan Bekenev2017-05-193-3/+3
|/
* Add an optional arguments to string-trimJean-Christophe Helary2017-05-191-9/+15
* Fix typo in last change to auto-hscroll-modeStephen Berman2017-05-191-1/+1
* Support remote editing in emacsclient via TrampEli Zaretskii2017-05-194-21/+128
* * lisp/replace.el (query-replace-regexp-eval): Doc fix.Eli Zaretskii2017-05-191-2/+2
* Attempt to work around macOS vfork bugPaul Eggert2017-05-193-16/+24
* Adjust defcustom form for 'auto-hscroll-mode'Eli Zaretskii2017-05-191-1/+9
* Fix DARWIN_OS_CASE_SENSITIVE_FIXME==2 false alarmPaul Eggert2017-05-181-2/+7
* Port --enable-gcc-warnings to clang 3.9.1Paul Eggert2017-05-181-0/+1
* Clean up compiler warning in emacs-module.cPaul Eggert2017-05-181-6/+7
* Clean up some compiler warningsPhilipp Stephani2017-05-181-5/+0
* Support hscrolling only the current lineEli Zaretskii2017-05-182-42/+97
* Fix last change in line-move-finishEli Zaretskii2017-05-181-1/+2
* Expand docstring for CSS modeSimen Heggestøyl2017-05-181-2/+18
* Use the expression angle units while simplifying itTino Calancha2017-05-184-7/+70
* Revert "Ignore angle mode while simplifying units"Tino Calancha2017-05-182-17/+7
* ; Spelling fixPaul Eggert2017-05-171-1/+1
* Avoid undefined behavior in struct sockaddrPaul Eggert2017-05-172-14/+31
* * lisp/vc/smerge-mode.el (smerge-refine-regions): Work in multi-bufsStefan Monnier2017-05-172-44/+51
* Work around AddressSanitizer bug with vforkPaul Eggert2017-05-171-0/+6
* Catch IPv4/IPv6 issues at compile timePaul Eggert2017-05-171-5/+5
* Pacify --enable-gcc-warnings --with-x-toolkit=noPaul Eggert2017-05-171-1/+1
* * admin/update_autogen (commit): Pull before push.Glenn Morris2017-05-171-0/+2
* autoload-rubric no longer provides a feature by defaultGlenn Morris2017-05-171-14/+10
* Remove redundant code in connect_network_socketEli Zaretskii2017-05-171-22/+19
* Fix minor timezone memory leakPaul Eggert2017-05-161-4/+1
* Do not discard AddressSanitizer stderrPaul Eggert2017-05-161-2/+5
* Simplify procname code to avoid GCC bugPaul Eggert2017-05-161-29/+24
* Pacify GCC 7 with --enable-gcc-warningsPaul Eggert2017-05-161-1/+1
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-1625-70/+118
* Make autoloading Tramp more robustMichael Albinus2017-05-161-42/+57
* Extend tramp-tests.elMichael Albinus2017-05-161-2/+29
* * lisp/net/tramp.el: Avoid recursive load of Tramp. (Bug#26943)Michael Albinus2017-05-161-1/+7
* Make `indent-line-to' respect field boundaries (Bug#26891)Noam Postavsky2017-05-151-1/+1
* Make sure indent-sexp stops at end of sexp (Bug#26878)Noam Postavsky2017-05-152-15/+32
* Stop some epg tests failing on rhel7 with gpg 2.0.22 (bug#23619)Glenn Morris2017-05-151-2/+6
* Add oldxmenu to system-configuration-featuresGlenn Morris2017-05-151-1/+3
* * .gitlab-ci.yml: Adjust disclaimer as per RMS.Ted Zlatanov2017-05-151-3/+3
* Remove unneeded stuff from nt/inc/sys/time.hEli Zaretskii2017-05-151-23/+1
* Fix address violation found by AddressSanitizerPaul Eggert2017-05-141-6/+22
* Make edebug-step-in work on generic methods (Bug#22294)Gemini Lasswell2017-05-145-15/+89