summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Modify `beginning-of-defun-comments'fix/bug-21072Noam Postavsky2017-05-121-8/+16
* Fix elisp-tests-with-temp-buffer compilationNoam Postavsky2017-05-121-33/+33
* * lisp/emacs-lisp/lisp.el (mark-defun): Simplify moving the point.Noam Postavsky2017-05-121-7/+3
* Fix Bug#21072 and rework `mark-defun'Marcin Borkowski2017-05-124-43/+359
* Add elisp-tests-with-temp-buffer, a new testing macroMarcin Borkowski2017-05-091-0/+39
* Avoid infinite loop in redisplay when header-line-format is invalidEli Zaretskii2017-04-211-1/+2
* Add tests to check image scaling functionalityLars Ingebrigtsen2017-04-212-0/+64
* Allow svg-image to take all create-image PROPSLars Ingebrigtsen2017-04-211-4/+6
* Treat non-erroring lisp call as successful eshell command (Bug#26161)George D. Plymale II2017-04-201-8/+4
* Fix reading of tab settings in whitespace-modeReuben Thomas2017-04-201-34/+18
* * lisp/vc/vc-hg.el (vc-hg-state-fast): Fix compiler warningStefan Monnier2017-04-201-10/+3
* bytecomp: Don't inline functions that use byte-switch (Bug#26518)Vibhav Pant2017-04-201-40/+46
* Don't register "def" as an autoload prefix (Bug#26412)Noam Postavsky2017-04-191-1/+3
* Use substring completion for Info menus and indexStefan Monnier2017-04-193-14/+13
* Remove some explicit runtime loads of pcaseGlenn Morris2017-04-195-5/+0
* Stop cl-lib loading pcase at runtimeGlenn Morris2017-04-191-1/+2
* Note frame documentation exceptions for NS buildsAlan Third2017-04-191-6/+14
* Fix bug introduced by my last commitAlan Third2017-04-191-1/+1
* Add new frame functionality to NS portAlan Third2017-04-198-101/+341
* Tweak bytecomp's loading of cl-extraGlenn Morris2017-04-181-2/+4
* Avoid unnecessary loading of subr-x at run-timeGlenn Morris2017-04-1812-11/+13
* Use iteration in math-factorial-itermichael schuldt2017-04-181-5/+7
* * test/lisp/kmacro-tests.el: Require seq, for seq-concatenate.Glenn Morris2017-04-181-0/+1
* Avoid ert test failuresGlenn Morris2017-04-181-0/+1
* Fix find-library-name for load-history entries with nil FILE-NAME (Bug#26355)Noam Postavsky2017-04-181-35/+13
* Use vfork if possible on Darwin (bug#26397)Alan Third2017-04-183-6/+22
* Small erc-kill-channel fix (bug#23700)Fran Litterio2017-04-171-3/+4
* ediff: use user-error rather than debug-ignored-errorsGlenn Morris2017-04-179-104/+54
* mh-e: use user-error rather than debug-ignored-errorsGlenn Morris2017-04-172-4/+2
* ispell.el: use user-error rather than debug-ignored-errorsGlenn Morris2017-04-171-4/+1
* ; Spelling fixPaul Eggert2017-04-171-1/+1
* * src/xterm.c (x_fill_rectangle): Now static.Paul Eggert2017-04-172-2/+1
* Tighten recently-added UTF-8 checkPaul Eggert2017-04-173-3/+5
* xml: Properly handle symbol-qnames for attribute parsingDavid Engster2017-04-172-4/+18
* * src/lisp.h (STRING_SET_CHARS): Simplify assertion.Paul Eggert2017-04-171-2/+3
* Fix assertion violations when displaying thread-related errorEli Zaretskii2017-04-171-2/+10
* dired ‘M’ should not complain about ‘.’ and ‘..’Paul Eggert2017-04-161-3/+5
* Remove unused coding enumsPaul Eggert2017-04-161-33/+0
* Work around bug with unibyte Linux consolesPaul Eggert2017-04-161-1/+3
* ; Fix typo in error messages (Bug#26034)Christian Garbs2017-04-171-2/+2
* Fix org-agenda's command for calendar-lunar-phasesTeemu Likonen2017-04-161-1/+1
* Tuning for `separate' Tramp syntaxMichael Albinus2017-04-162-4/+156
* Fix bug #26529: C-h k errors with a lambda function bound to a key.Alan Mackenzie2017-04-161-2/+4
* Fix highlighting of short selectors in CSS modeSimen Heggestøyl2017-04-161-1/+1
* Fix redisplay performance problems with some fontsEli Zaretskii2017-04-161-10/+16
* Add assertion to STRING_SET_CHARSEli Zaretskii2017-04-161-0/+4
* Avoid compilation warnings on MS-WindowsEli Zaretskii2017-04-162-10/+8
* Merge from gnulibPaul Eggert2017-04-152-20/+33
* Fix bugs in `with-displayed-buffer-window' and `fit-window-to-buffer'Martin Rudalics2017-04-151-11/+25
* Avoid userlock queries hanging forever in batch modeGlenn Morris2017-04-141-0/+4