aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove old commented code and obsolete commentsReuben Thomas2017-08-231-49/+1
* Remove old duplicate commented codeReuben Thomas2017-08-231-40/+0
* Add conf-toml-modeTom Tromey2017-08-233-0/+38
* Use lisp type in log message (bug#28176)Alan Third2017-08-231-1/+2
* Fix PNGs on macOS (bug#28176)Alan Third2017-08-231-26/+40
* Add ability to change macOS WM theme (bug#27973)Alan Third2017-08-236-0/+136
* When looking for the end of a declarator, prevent macros fouling up the searchAlan Mackenzie2017-08-221-4/+7
* ; * src/w32.c: Fix a typo in a comment.Eli Zaretskii2017-08-221-1/+1
* Test `file-expand-wildcards' for TrampMichael Albinus2017-08-222-29/+56
* Add tests for cl-macs.el (Bug#27559)Alexander Gramiak2017-08-212-8/+502
* Optimize skkdic conversion (Bug#28043)Noam Postavsky2017-08-212-55/+83
* Treat tests in lib-src like tests in srcReuben Thomas2017-08-221-2/+2
* Port /bin/sh scripts to Solaris 10Paul Eggert2017-08-214-13/+13
* Avoid losing the buffer restriction in flyspell-modeEli Zaretskii2017-08-211-0/+3
* Fix the 'versionclean' target in src/MakefileSven Joachim2017-08-211-1/+1
* Implement `interrupt-process-functions'Michael Albinus2017-08-213-32/+59
* Avoid floating-point exceptions while drawing underwaveEli Zaretskii2017-08-212-4/+8
* mark flymake-mode as safe local variable when the value is nilSam Steingold2017-08-211-0/+3
* allow nil init in flymake-allowed-file-name-masks to disable flymakeSam Steingold2017-08-211-6/+9
* ; Fix typo in lisprefMark Oteiza2017-08-201-1/+1
* Remove the workaround for bug#20719Dmitry Gutov2017-08-211-4/+0
* Fix byte-compilation warnings in semantic/symref/grepDmitry Gutov2017-08-211-26/+22
* Simplify eldoc-messageDmitry Gutov2017-08-211-11/+4
* Work around w32-python-2.x bug to fix prompt detection (Bug#21376)Noam Postavsky2017-08-201-1/+5
* ; Remove python-shell-calculate-command-1 testNoam Postavsky2017-08-201-14/+0
* ; * lisp/textmodes/ispell.el: `subr-x' is only needed at compile time.Noam Postavsky2017-08-201-1/+1
* Add missing requireReuben Thomas2017-08-201-0/+1
* Implement `interrupt-process' for remote processes (Bug#28066)Michael Albinus2017-08-203-41/+97
* Document Enchant supportReuben Thomas2017-08-203-11/+26
* Remove old comments and a redundant FIXMEReuben Thomas2017-08-201-26/+4
* Add Enchant support to ispell.el (Bug#17742)Reuben Thomas2017-08-201-14/+78
* * lisp/term.el (term-mode): Use `window-text-height' (Bug#5615).Noam Postavsky2017-08-191-1/+1
* Stop printing '4' in .elc files after 'define-symbol-prop' callsNoam Postavsky2017-08-191-1/+2
* Change recent symlink tests to just test ASCIIPaul Eggert2017-08-191-4/+2
* Don’t adjust CRLF in file namesPaul Eggert2017-08-195-10/+67
* Make list-processes support display-line-numbersEli Zaretskii2017-08-191-3/+3
* Improve support of display-line-numbers in package.elEli Zaretskii2017-08-192-5/+8
* ; Fix last changeEli Zaretskii2017-08-191-3/+4
* Improve support of display-line-numbers in tabulated-list-modeEli Zaretskii2017-08-191-2/+13
* Fix one more issue reported by Alex (Bug#27999)Martin Rudalics2017-08-191-3/+3
* Rename `no-delete-other-window' to `no-delete-other-windows'Martin Rudalics2017-08-191-1/+1
* Fix two side window problems noted by Alex (Bug#27999)Martin Rudalics2017-08-192-12/+12
* Use define-minor-mode for rcirc-omit-modeAlex Schroeder2017-08-191-30/+24
* Clarify behavior of symlinks and directoriesPaul Eggert2017-08-191-43/+80
* Fix recently-introduced file descriptor leakPaul Eggert2017-08-181-0/+4
* Improve make-temp-file performance on local filesPaul Eggert2017-08-183-19/+25
* Don't lose arguments to eshell aliases (Bug#27954)Noam Postavsky2017-08-181-1/+1
* ; * test/lisp/auth-source-tests.el: Require `cl-lib' instead of `cl'.Noam Postavsky2017-08-181-1/+1
* * lisp/files.el (make-temp-file): Fix directory use case.Ted Zlatanov2017-08-181-1/+2
* Fix and document make-temp-file optional text parameterTed Zlatanov2017-08-184-17/+25