aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add a new argument to 'recenter' to allow finer control of redisplayJohn Shahid2018-07-011-9/+11
* | Speed up reading sub-process output on MS-WindowsEli Zaretskii2018-06-302-13/+17
* | Speed-up let-binding of automatically-local variablesEli Zaretskii2018-06-301-4/+14
* | unbind_to performance tuningPaul Eggert2018-06-2915-56/+39
* | * src/lisp.h: Add comment (Bug#31996#25).Paul Eggert2018-06-291-0/+2
* | Fix recently-introduced SAFE_FREE bugPaul Eggert2018-06-281-5/+11
* | Tune SAFE_FREEPaul Eggert2018-06-2813-44/+51
* | (format "%d" F) now truncates floating FPaul Eggert2018-06-253-9/+16
* | Clean up redundant code from previous checkinsLars Ingebrigtsen2018-06-251-1/+0
* | Don't use XCAR in possibly-nil situationsLars Ingebrigtsen2018-06-251-1/+1
* | Tweak previous gnutls change for efficiencyLars Ingebrigtsen2018-06-241-6/+4
* | Return the entire TLS certificate chain back to the callerLars Ingebrigtsen2018-06-242-34/+77
* | Merge from origin/emacs-26Glenn Morris2018-06-231-8/+22
|\ \ | |/
| * * src/editfns.c (Fformat): Make %x easier to spot in doc string. (Bug#31945)Eli Zaretskii2018-06-231-1/+2
| * Improve responsiveness while in 'replace-buffer-contents'Eli Zaretskii2018-06-231-7/+20
* | Merge from origin/emacs-26Glenn Morris2018-06-232-3/+19
|\ \ | |/
| * Avoid segfaults in replace-buffer-contents with large buffersEli Zaretskii2018-06-221-2/+3
| * Adjust for scaling for mode-line popup menus (Bug#31880)Robert Pluim2018-06-221-1/+16
* | Remove broken icon from tooltip (Bug#31884)memeplex2018-06-211-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-06-181-2/+1
|\ \ | |/
| * Fix vertical-motion with 'visual' line-number displayEli Zaretskii2018-06-181-2/+1
| * Handle NSAttributedString inputs (bug#29837)Alan Third2018-06-171-2/+9
| * Allow inserting non-BMP charactersPhilipp Stephani2018-06-173-13/+43
* | Merge from origin/emacs-26Glenn Morris2018-06-181-1/+1
|\ \ | |/
| * Prevent errant scroll on mouse click (Bug#31546)Aaron Jensen2018-06-171-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-06-183-4/+17
|\ \ | |/
| * Reject invalid 5-byte sequences when detecting UTF-8 encodingEli Zaretskii2018-06-152-2/+6
| * Fix 'replace-buffer-contents' in multibyte buffersEli Zaretskii2018-06-151-2/+11
* | Merge from origin/emacs-26Glenn Morris2018-06-181-2/+3
|\ \ | |/
| * Make 'tags' targets respect --with-silent-rules (Bug#31744)Noam Postavsky2018-06-121-2/+3
* | Restore old echo_truncate conditionDaniel Colascione2018-06-161-5/+1
* | Make regex matching reentrant; update syntax during matchDaniel Colascione2018-06-166-417/+446
* | Decouple dired from regex internalsDaniel Colascione2018-06-161-25/+12
* | Remove commented-out code in compile_pattern_1Daniel Colascione2018-06-161-7/+0