aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Move proper-list-p to CPaul Eggert2018-07-243-19/+26
* | | | Merge from origin/emacs-26Glenn Morris2018-07-242-14/+16
|\ \ \ \ | |/ / /
| * | | Fix last change in editfns.cEli Zaretskii2018-07-211-11/+4
| * | | Fix calls to buffer modification hooks from replace-buffer-contentsEli Zaretskii2018-07-211-5/+12
| * | | Improve doc strings of several variables in keyboard.cEli Zaretskii2018-07-211-13/+15
* | | | (format "%#x" 0) yields "0", not "0x0"Paul Eggert2018-07-231-1/+1
* | | | positive → nonnegative doc fixesPaul Eggert2018-07-231-2/+2
* | | | Make async :family 'local failures fail correctly againLars Ingebrigtsen2018-07-223-10/+25
* | | | thread-join returns the result of finished threadMichael Albinus2018-07-222-7/+18
* | | | Pacify GCC 7 with -Wformat-overflowKen Brown2018-07-211-1/+1
* | | | Fix recording keyboard macros when input method is activeEli Zaretskii2018-07-211-2/+17
* | | | Report base of out-of-range input fixnumsPaul Eggert2018-07-211-2/+3
* | | | * src/fns.c (Feql, Fequal): Improve floating-point doc.Paul Eggert2018-07-201-4/+6
* | | | Merge from origin/emacs-26Glenn Morris2018-07-201-6/+32
|\ \ \ \ | |/ / /
| * | | Avoid assertion violations in gnutls.cEli Zaretskii2018-07-171-6/+32
* | | | Simplify w32cygwinx.c and pacify GCC (Bug#32189)Paul Eggert2018-07-201-21/+16
* | | | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-1925-54/+47
* | | | Fix bug with eql etc. on NaNsPaul Eggert2018-07-181-33/+35
* | | | Add variable main-thread, fix Bug#32169Michael Albinus2018-07-171-4/+19
| |_|/ |/| |
* | | Avoid infloop in redisplay due to faulty mode-line propertiesJonathan Kyle Mitchell2018-07-141-2/+22
* | | Merge from origin/emacs-26Glenn Morris2018-07-133-8/+9
|\ \ \ | |/ / | | / | |/ |/|
| * Fix format error in Faccept_process_outputMichael Albinus2018-07-131-6/+5
| * Lessen stack consumption in recursive read1Paul Eggert2018-07-121-1/+1
| * Fix previous make-network-process changeNoam Postavsky2018-07-121-1/+1
| * Provide feature 'threadsMichael Albinus2018-07-121-0/+2
* | Merge from emacs-26Noam Postavsky2018-07-091-15/+11
|\ \ | |/
| * Explicitly reject :server and :nowait (Bug#31903)Noam Postavsky2018-07-091-15/+11
* | Merge from emacs-26Noam Postavsky2018-07-091-2/+4
|\ \ | |/
| * Fix bootstrap infloop in GNU/Linux alphaPaul Eggert2018-07-081-2/+4
* | Minor improvements in recent NSM documentation changesEli Zaretskii2018-07-081-1/+1
* | NSM-related doc fixesLars Ingebrigtsen2018-07-081-2/+10
* | Merge from origin/emacs-26Glenn Morris2018-07-072-9/+14
|\ \ | |/
| * Fix bug #11732Eli Zaretskii2018-07-071-7/+7
| * Speed up 'replace-buffer-contents' some moreEli Zaretskii2018-07-031-2/+7
* | Keep interactive uses of 'recenter' backward compatible (Bug#31325)John Shahid2018-07-071-2/+2
* | Fix recent change in window.cEli Zaretskii2018-07-071-3/+8
* | Fix scrollingBasil L. Contovounesios2018-07-061-1/+1
* | Fix typo in --with-x-toolkit=no codePaul Eggert2018-07-031-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-07-026-39/+116
|\ \ | |/
| * Document internal use of 'above-suspended' z-group frame parameterMartin Rudalics2018-07-012-1/+25
| * Increase max-lisp-eval-depth adjustment while in debugger (bug#31919)Gemini Lasswell2018-06-301-2/+6
| * Improve on last change in replace-buffer-contentsEli Zaretskii2018-06-301-3/+16
| * * src/lisp.h: Omit obsolete comment re bytecode stack.Paul Eggert2018-06-291-10/+8
| * Speed up replace-buffer-contentsEli Zaretskii2018-06-291-25/+58
| * Avoid compiler warning using coding.hEli Zaretskii2018-06-271-0/+4
* | Merge from origin/emacs-26Glenn Morris2018-07-021-2/+4
|\ \ | |/
| * * src/xdisp.c (Vmouse_autoselect_window): Clarify doc-string (Bug#31975)Martin Rudalics2018-06-271-2/+4
| * Revert previous patch; comment was OK after all.Paul Eggert2018-06-241-2/+2
| * Fix lead comment for count_trailing_zero_bitsPaul Eggert2018-06-241-2/+2
* | Fix last changeEli Zaretskii2018-07-011-1/+1