aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Define macros to abstract support for external menu/tool-barsAlexander Gramiak2019-03-1611-61/+62
* | | | Improve locale and language environment setting at startupEli Zaretskii2019-03-161-0/+10
* | | | Use bool for menu_items_inusePaul Eggert2019-03-153-14/+12
* | | | Reindent pdumper per usual Emacs stylePaul Eggert2019-03-112-411/+330
* | | | Fix show-trailing-whitespace in R2L textEli Zaretskii2019-03-111-1/+1
* | | | Fix a small pdumper memory leakPaul Eggert2019-03-111-12/+8
* | | | Rewrite minibuffer window resizing codeMartin Rudalics2019-03-114-158/+131
* | | | * src/editfns.c: Fix docstring typo.Paul Eggert2019-03-101-1/+1
* | | | Improve binary-as-unsigned treatment (Bug#34792)Paul Eggert2019-03-101-9/+5
* | | | Use a runtime test for timerfd on Cygwin (Bug#34618)Ken Brown2019-03-101-2/+20
* | | | ; * src/editfns.c (Fformat): Fix last change. (Bug#34792)Eli Zaretskii2019-03-091-4/+4
* | | | Mention `binary-as-unsigned' in `format' docstring (Bug#34792)Ivan Andrus2019-03-091-2/+4
* | | | 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