aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ; Try not to affect match dataMark Oteiza2017-09-061-3/+4
* ; * lisp/emacs-lisp/ert.el (ert-batch-backtrace-right-margin): Fix tag.Glenn Morris2017-09-051-1/+1
* Allow for adjusting line length of test backtracesGlenn Morris2017-09-051-1/+12
* Allow customizing line length of ert backtraces in batch modeGlenn Morris2017-09-051-12/+19
* Minor emacsclient-tests simplificationGlenn Morris2017-09-051-6/+4
* Revert "Force screen update after drawing cursor glyph (bug#23774)"Alan Third2017-09-051-10/+1
* Refactor some loops in mailcap.elMark Oteiza2017-09-051-40/+32
* emacsclient-tests: remove some debug statementsGlenn Morris2017-09-051-3/+0
* Handle non-zero exit status from psql more gracefullySimen Heggestøyl2017-09-052-3/+14
* Avoid losing Ctrl-C keystrokes in compilation mode on MS-WindowsEli Zaretskii2017-09-051-0/+9
* * src/image.c (Fimagemagick_types): Doc fix.Andreas Schwab2017-09-051-1/+1
* Move soundex.el test to a proper testMark Oteiza2017-09-052-11/+45
* Add tests for mailcap.elMark Oteiza2017-09-052-0/+74
* Doc precisment about remote link targetsMichael Albinus2017-09-052-15/+35
* Remove an opinionated section on "What Eshell is not"John Wiegley2017-09-051-18/+0
* Fix configure test for XpmKen Brown2017-09-041-1/+1
* Revert recent float→double Motif changePaul Eggert2017-09-041-33/+25
* emacsclient-tests: add some debug statementsGlenn Morris2017-09-041-0/+3
* Work on Tramp's (symbolic) linksMichael Albinus2017-09-047-141/+236
* Embed JSON readtable into json-readMark Oteiza2017-09-041-11/+11
* Hexify strings in EWW search queriesMark Oteiza2017-09-031-1/+2
* emacsclient-tests: call-process may return non-integerGlenn Morris2017-09-031-6/+8
* ; Drop note about tracing X protocol errors from a TTY based serverMartin Rudalics2017-09-031-0/+9
* * lisp/simple.el (visual-line-mode): Doc fix. (Bug#28337)Eli Zaretskii2017-09-031-1/+1
* Force screen update after drawing cursor glyph (bug#23774)Alan Third2017-09-031-1/+10
* Correct the fontification of quote marks after buffer changes in CC Mode.Alan Mackenzie2017-09-032-83/+121
* Fix fontification of "operator~" in C++ Mode.Alan Mackenzie2017-09-032-1/+24
* In delete_frame do not delete terminal for any toolkit buildMartin Rudalics2017-09-031-2/+6
* Improve error messages for improper plists (Bug#27726)Philipp Stephani2017-09-022-4/+33
* Fix decrypting in plstore.el on MS-WindowsEli Zaretskii2017-09-021-1/+2
* * src/fileio.c (Fexpand_file_name): Doc fix. (Bug#27982)Eli Zaretskii2017-09-021-1/+3
* Rewrite Antinews for Emacs 26Eli Zaretskii2017-09-025-307/+309
* Fix a mis-binding in a testReuben Thomas2017-09-011-1/+1
* Fix a mis-binding and a bad defun name in a test (Bug#28319)Reuben Thomas2017-09-011-5/+5
* * test/Makefile.in (check-no-automated-subdir): Silence by default.Glenn Morris2017-09-011-1/+1
* * test/Makefile.in (ELFILES): Sort, for a reproducible order.Glenn Morris2017-09-011-2/+2
* Turn off checkdoc complaint about default argument orderMark Oteiza2017-09-012-1/+7
* Stop emacsclient tests hanging (Bug#28319)Reuben Thomas2017-09-011-2/+8
* * lisp/obsolete/html2text.el: Don't require CLStefan Monnier2017-09-011-3/+1
* ; Auto-commit of loaddefs files.Glenn Morris2017-09-011-35/+83
* Don't remove undisplayers from inlined MIME parts (bugfix)Katsumi Yamaoka2017-09-011-19/+3
* ; Escape some character literalsMark Oteiza2017-08-311-3/+3
* Make ucs-names a hash table (Bug#28302)Mark Oteiza2017-08-314-39/+43
* Remove unneeded version checks (bug#28222)Alan Third2017-08-312-8/+2
* Fix a glitch in CC Mode's syntactic whitespace cache.Alan Mackenzie2017-08-311-11/+4
* Correct the fontification of C++ Mode enclosed declarations.Alan Mackenzie2017-08-311-12/+10
* In xterm.c fix some recently introduced compiler warningsMartin Rudalics2017-08-311-4/+5
* Restrict fix of Bug#24963 and Bug#25887 to GTK buildsMartin Rudalics2017-08-311-2/+4
* Respect directory a user enters (bug#28299)Katsumi Yamaoka2017-08-311-6/+10
* Do not split line before width of fill-prefixSamuel Freilich2017-08-302-15/+26