| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Move proper-list-p to C | Paul Eggert | 2018-07-24 | 3 | -19/+26 | |
| * | | | | Merge from origin/emacs-26 | Glenn Morris | 2018-07-24 | 2 | -14/+16 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Fix last change in editfns.c | Eli Zaretskii | 2018-07-21 | 1 | -11/+4 | |
| | * | | | Fix calls to buffer modification hooks from replace-buffer-contents | Eli Zaretskii | 2018-07-21 | 1 | -5/+12 | |
| | * | | | Improve doc strings of several variables in keyboard.c | Eli Zaretskii | 2018-07-21 | 1 | -13/+15 | |
| * | | | | (format "%#x" 0) yields "0", not "0x0" | Paul Eggert | 2018-07-23 | 1 | -1/+1 | |
| * | | | | positive → nonnegative doc fixes | Paul Eggert | 2018-07-23 | 1 | -2/+2 | |
| * | | | | Make async :family 'local failures fail correctly again | Lars Ingebrigtsen | 2018-07-22 | 3 | -10/+25 | |
| * | | | | thread-join returns the result of finished thread | Michael Albinus | 2018-07-22 | 2 | -7/+18 | |
| * | | | | Pacify GCC 7 with -Wformat-overflow | Ken Brown | 2018-07-21 | 1 | -1/+1 | |
| * | | | | Fix recording keyboard macros when input method is active | Eli Zaretskii | 2018-07-21 | 1 | -2/+17 | |
| * | | | | Report base of out-of-range input fixnums | Paul Eggert | 2018-07-21 | 1 | -2/+3 | |
| * | | | | * src/fns.c (Feql, Fequal): Improve floating-point doc. | Paul Eggert | 2018-07-20 | 1 | -4/+6 | |
| * | | | | Merge from origin/emacs-26 | Glenn Morris | 2018-07-20 | 1 | -6/+32 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Avoid assertion violations in gnutls.c | Eli Zaretskii | 2018-07-17 | 1 | -6/+32 | |
| * | | | | Simplify w32cygwinx.c and pacify GCC (Bug#32189) | Paul Eggert | 2018-07-20 | 1 | -21/+16 | |
| * | | | | Prefer NILP (x) to EQ (x, Qnil) | Paul Eggert | 2018-07-19 | 25 | -54/+47 | |
| * | | | | Fix bug with eql etc. on NaNs | Paul Eggert | 2018-07-18 | 1 | -33/+35 | |
| * | | | | Add variable main-thread, fix Bug#32169 | Michael Albinus | 2018-07-17 | 1 | -4/+19 | |
| | |_|/ |/| | | ||||||
| * | | | Avoid infloop in redisplay due to faulty mode-line properties | Jonathan Kyle Mitchell | 2018-07-14 | 1 | -2/+22 | |
| * | | | Merge from origin/emacs-26 | Glenn Morris | 2018-07-13 | 3 | -8/+9 | |
| |\ \ \ | |/ / | | / | |/ |/| | ||||||
| | * | Fix format error in Faccept_process_output | Michael Albinus | 2018-07-13 | 1 | -6/+5 | |
| | * | Lessen stack consumption in recursive read1 | Paul Eggert | 2018-07-12 | 1 | -1/+1 | |
| | * | Fix previous make-network-process change | Noam Postavsky | 2018-07-12 | 1 | -1/+1 | |
| | * | Provide feature 'threads | Michael Albinus | 2018-07-12 | 1 | -0/+2 | |
| * | | Merge from emacs-26 | Noam Postavsky | 2018-07-09 | 1 | -15/+11 | |
| |\ \ | |/ | ||||||
| | * | Explicitly reject :server and :nowait (Bug#31903) | Noam Postavsky | 2018-07-09 | 1 | -15/+11 | |
| * | | Merge from emacs-26 | Noam Postavsky | 2018-07-09 | 1 | -2/+4 | |
| |\ \ | |/ | ||||||
| | * | Fix bootstrap infloop in GNU/Linux alpha | Paul Eggert | 2018-07-08 | 1 | -2/+4 | |
| * | | Minor improvements in recent NSM documentation changes | Eli Zaretskii | 2018-07-08 | 1 | -1/+1 | |
| * | | NSM-related doc fixes | Lars Ingebrigtsen | 2018-07-08 | 1 | -2/+10 | |
| * | | Merge from origin/emacs-26 | Glenn Morris | 2018-07-07 | 2 | -9/+14 | |
| |\ \ | |/ | ||||||
| | * | Fix bug #11732 | Eli Zaretskii | 2018-07-07 | 1 | -7/+7 | |
| | * | Speed up 'replace-buffer-contents' some more | Eli Zaretskii | 2018-07-03 | 1 | -2/+7 | |
| * | | Keep interactive uses of 'recenter' backward compatible (Bug#31325) | John Shahid | 2018-07-07 | 1 | -2/+2 | |
| * | | Fix recent change in window.c | Eli Zaretskii | 2018-07-07 | 1 | -3/+8 | |
| * | | Fix scrolling | Basil L. Contovounesios | 2018-07-06 | 1 | -1/+1 | |
| * | | Fix typo in --with-x-toolkit=no code | Paul Eggert | 2018-07-03 | 1 | -1/+1 | |
| * | | Merge from origin/emacs-26 | Glenn Morris | 2018-07-02 | 6 | -39/+116 | |
| |\ \ | |/ | ||||||
| | * | Document internal use of 'above-suspended' z-group frame parameter | Martin Rudalics | 2018-07-01 | 2 | -1/+25 | |
| | * | Increase max-lisp-eval-depth adjustment while in debugger (bug#31919) | Gemini Lasswell | 2018-06-30 | 1 | -2/+6 | |
| | * | Improve on last change in replace-buffer-contents | Eli Zaretskii | 2018-06-30 | 1 | -3/+16 | |
| | * | * src/lisp.h: Omit obsolete comment re bytecode stack. | Paul Eggert | 2018-06-29 | 1 | -10/+8 | |
| | * | Speed up replace-buffer-contents | Eli Zaretskii | 2018-06-29 | 1 | -25/+58 | |
| | * | Avoid compiler warning using coding.h | Eli Zaretskii | 2018-06-27 | 1 | -0/+4 | |
| * | | Merge from origin/emacs-26 | Glenn Morris | 2018-07-02 | 1 | -2/+4 | |
| |\ \ | |/ | ||||||
| | * | * src/xdisp.c (Vmouse_autoselect_window): Clarify doc-string (Bug#31975) | Martin Rudalics | 2018-06-27 | 1 | -2/+4 | |
| | * | Revert previous patch; comment was OK after all. | Paul Eggert | 2018-06-24 | 1 | -2/+2 | |
| | * | Fix lead comment for count_trailing_zero_bits | Paul Eggert | 2018-06-24 | 1 | -2/+2 | |
| * | | Fix last change | Eli Zaretskii | 2018-07-01 | 1 | -1/+1 | |