aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-26Glenn Morris2019-03-091-3/+5
|\
| * Warn against recursive invocations of 'buffer-list-update-hook' (Bug#34765)Martin Rudalics2019-03-081-3/+5
* | Consult 'face-remapping-alist' for 'internal-border' faceEli Zaretskii2019-03-093-23/+38
* | Further redesign of window change functionsMartin Rudalics2019-03-093-73/+166
* | Don't redraw the glyph on top of bar cursorsAlan Third2019-03-091-2/+3
* | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2019-03-071-1/+1
|\ \
| * | Fix typo in fix for Bug#33498Paul Eggert2019-03-061-1/+1
* | | Fix OBJECT binding in conditional display specsEli Zaretskii2019-03-061-2/+2
|/ /
* | In unwind_with_echo_area_buffer use set_marker_restricted_bothMartin Rudalics2019-03-061-9/+9
* | Fix initialization of Vwindow_state_change_functionsMartin Rudalics2019-03-061-1/+1
* | Remove unreliable assertion in buf_bytepos_to_charposEli Zaretskii2019-03-051-6/+0
* | Fix handling of minibuffer-only child frames (Bug#33498)Martin Rudalics2019-03-051-15/+84
* | Avoid assertion violations in buf_bytepos_to_charposEli Zaretskii2019-03-041-0/+2
* | Prevent introducing invalid scroll bar width/height values (Bug#34569)Martin Rudalics2019-03-041-20/+23
* | Fix minibuffer resizing with temporarily selected frames (Bug#34317)Martin Rudalics2019-03-042-8/+19
* | * src/alloc.c (gcstat): Now static.Paul Eggert2019-03-041-1/+1
* | * src/gfilenotify.c: Fix indenting.Paul Eggert2019-03-041-12/+12
* | * src/font.h: Fix commentary.Paul Eggert2019-03-041-1/+1
* | Simplify list creation in C codePaul Eggert2019-03-0431-191/+158
* | Fix starting temacs interactivelyEli Zaretskii2019-03-031-1/+1
* | Fix typo in previous changePaul Eggert2019-03-021-5/+5
* | memory_full_cons_threshold is a constantPaul Eggert2019-03-022-9/+5
* | Avoid staticvec duplicatesPaul Eggert2019-03-022-9/+13
* | Check by eassert that a bytepos argument isn't in the middle of a characterAlan Mackenzie2019-03-021-0/+4
* | Revert "Add hook for all events"Phillip Lord2019-03-021-4/+0
* | Fix 'end-of-visual-line' with overlay strings with newlinesEli Zaretskii2019-03-021-2/+2
* | * src/syntax.c (update_syntax_table): Prefer 'else' to 'goto'Stefan Monnier2019-03-011-33/+34
* | Maintain interval ->position fields correctly in update_intervalAlan Mackenzie2019-03-015-34/+40
* | Merge from origin/emacs-26Glenn Morris2019-03-011-4/+4
|\ \ | |/
| * ; * src/image.c (imagemagick_load, svg_load): Fix typos in comments.Eli Zaretskii2019-02-231-4/+4
* | Suppress GC stats when obviously not neededPaul Eggert2019-03-013-126/+116
* | Don't signal Quit from 'while-no-input' on TTY framesEli Zaretskii2019-03-011-1/+4
* | * src/pdumper.c: Clarify the message about updating hash valuesAlan Mackenzie2019-03-011-2/+3
* | ; * src/xfaces.c (syms_of_xfaces): Fix last change.Eli Zaretskii2019-03-011-1/+4
* | Allow control on the threshold for using 'distant-foreground'Federico Tedin2019-03-011-3/+12
* | Avoid rare crashes in xbacktraceEli Zaretskii2019-02-281-1/+7
* | DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-2723-188/+188
* | ; Delete unused variable replace-buffer-contents-max-secsTassilo Horn2019-02-251-6/+0
* | format-time-string: document new '+' flagPaul Eggert2019-02-251-12/+18
* | Ignore pending_signals when checking for quits.Philipp Stephani2019-02-244-8/+37
* | Don’t assume timersub and gettimeofdayPaul Eggert2019-02-232-24/+23
* | Improve replace-buffer-contents/replace-region-contentsTassilo Horn2019-02-231-20/+75
* | Merge from origin/emacs-26Glenn Morris2019-02-201-0/+3
|\ \ | |/
| * Fix input after setting x-wait-for-event-timeout nilEli Zaretskii2019-02-191-0/+3
| * Avoid crashes upon C-g in nested invocations of 'read_char'Eli Zaretskii2019-02-131-5/+11
* | switch-to-buffer's completion table uses its own sortingJoão Távora2019-02-191-1/+5
* | Minor profiler improvementsPaul Eggert2019-02-181-32/+18
* | Use 'timer_getoverrun' on Cygwin when possibleKen Brown2019-02-181-3/+4
* | * src/fns.c: Fix comment.Paul Eggert2019-02-181-2/+1
* | * src/lread.c (readevalloop): Simplify via suffix_p.Paul Eggert2019-02-161-5/+4