summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* ; Spelling and minor wording fixesPaul Eggert2017-04-146-20/+20
* Fix segfault when calling frame_ancestor_p (Bug#26493)Martin Rudalics2017-04-141-1/+1
* A few additional copy-edits in documentation of framesMartin Rudalics2017-04-141-7/+8
* Use user-error for some ert.el errorsGlenn Morris2017-04-131-6/+6
* Use user-error for customize's "invalid face" errorGlenn Morris2017-04-131-3/+1
* Remove duplicate lisp-eval-defun definitionGlenn Morris2017-04-131-5/+1
* * lisp/Makefile.in (check-defun-dups): Ignore obsolete files.Glenn Morris2017-04-131-1/+1
* Create generated lisp files before main loaddefs.elGlenn Morris2017-04-135-9/+17
* Fix minor quoting issues in Makefile.inPaul Eggert2017-04-131-4/+4
* * Makefile.in (install-etc): Use existing Makefile variables.Glenn Morris2017-04-131-7/+4
* Minor copyedits of recent changes in documentationEli Zaretskii2017-04-133-85/+96
* Small src/Makefile simplificationGlenn Morris2017-04-131-6/+2
* ; Update NEWS for frame and window changesMartin Rudalics2017-04-131-23/+111
* Add grid layout module to CSS property listSimen Heggestøyl2017-04-131-3/+44
* Describe recent frame and window changes in manualsMartin Rudalics2017-04-136-282/+997
* Fix imenu--sort-by-position for non-pairs parameters (bug#26457)Damien Cassou2017-04-132-1/+16
* Avoid unnecessary regeneration of the entire loaddefs.elEli Zaretskii2017-04-131-1/+11
* Handle indentation of nested ternary operators in JSDmitry Gutov2017-04-132-0/+9
* Don't call 'kill-this-buffer' outside of menusEli Zaretskii2017-04-128-15/+30
* New internal-border face and args for select-window and x-focus-frameMartin Rudalics2017-04-1219-92/+196