aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support custom null and false objects when parsing JSONJoão Távora2018-06-151-54/+82
* Remove some wrong 8-byte alignment assumptionsPaul Eggert2018-06-133-66/+63
* ; Assorted documentation fixes in recent changesEli Zaretskii2018-06-121-5/+5
* Give warning if losing value to defvaralias (Bug#5950)Noam Postavsky2018-06-121-0/+10
* Add after-delete-frame-functionsDaniel Colascione2018-06-111-0/+18
* Losing focus should not stop idlenessDaniel Colascione2018-06-111-0/+1
* New focus management interfaceDaniel Colascione2018-06-114-82/+32
* Remove code #if-0-ed terminal-local codeDaniel Colascione2018-06-111-45/+0
* Remove obsolete keyboard.c codeDaniel Colascione2018-06-111-39/+0
* Merge from emacs-26Noam Postavsky2018-06-103-17/+26
|\
| * Enlarge DUMPED_HEAP_SIZE for 64-bit Windows buildsEli Zaretskii2018-06-091-1/+1
| * Fix unexpected jumps of window-point in 'set-window-configuration' (Bug#31695)Martin Rudalics2018-06-071-9/+22
| * Fix cursor movement by 'next-logical-line' after 'next-line'Eli Zaretskii2018-06-061-7/+3
| * ; * src/ftfont.c (ftfont_spec_pattern): Fix whitespace.Eli Zaretskii2018-06-051-1/+1
| * Port FC_COLOR change to older fontconfigPaul Eggert2018-06-051-1/+1
| * Ignore color fonts when using XftRobert Pluim2018-06-052-0/+14
| * Fix bug#30846, along with misc cleanups found along the wayStefan Monnier2018-06-034-80/+38
| * Centralize Bug#30931 fixPaul Eggert2018-06-034-14/+18
| * Fix another case of freed markers in the undo-list (Bug#30931)Noam Postavsky2018-06-034-16/+11
| * Fix CHECK_ALLOCATED_AND_LIVE abort during GCPaul Eggert2018-06-031-3/+4
| * Don't wait for visible frames to become visibleNoam Postavsky2018-06-031-1/+2
* | Pacify gcc -Wnull-dereference some morePaul Eggert2018-06-101-2/+2
* | Use native alignment to access Lisp object dataPaul Eggert2018-06-1018-109/+95
* | Simplify read_key_sequencePaul Eggert2018-06-091-68/+30
* | Unbreak echoingDaniel Colascione2018-06-091-1/+5
* | Fix pointer misuse in JSON parserPaul Eggert2018-06-091-32/+28
* | Correctly set last_nonmenu_event when replayingDaniel Colascione2018-06-091-3/+39
* | Add debug facility for formatting in rr sessionsDaniel Colascione2018-06-092-0/+17
* | Fix read buffer overrun on overflowed integersPaul Eggert2018-06-091-2/+2
* | Make error checking for thread functions stricter.Philipp Stephani2018-06-092-23/+79
* | Remove AddressSanitizer bug workaroundPaul Eggert2018-06-082-6/+6
* | Fix formatting in the face filter changeDaniel Colascione2018-06-081-22/+31
* | Port alignment verification to x86 --with-wide-intPaul Eggert2018-06-081-4/+4
* | ; Tiny tpyo fixMichal Nazarewicz2018-06-081-1/+0
* | Add support for per-window face remappingDaniel Colascione2018-06-078-123/+286
* | Fit kill_buffer_xwidgets into 80Paul Eggert2018-06-071-10/+10
* | Minor cleanup of save_excursion_restorePaul Eggert2018-06-071-24/+17
* | New function record_unwind_protect_excursionPaul Eggert2018-06-077-9/+15
* | * src/.gdbinit: Omit soon-obsolete comment.Paul Eggert2018-06-071-3/+0
* | Fix ftfont_open2 failure cleanupPaul Eggert2018-06-071-2/+5
* | Don’t over-align if WIDE_EMACS_INTPaul Eggert2018-06-071-5/+11
* | Fix GC-related commentaryPaul Eggert2018-06-071-9/+12
* | Accept plists when serializing and parsing JSONJoão Távora2018-06-071-24/+73
* | Merge from origin/emacs-26Glenn Morris2018-06-041-4/+26
|\ \ | |/
| * Set accessibility subroles for child frame (bug#31324)Alan Third2018-06-021-1/+15
| * Fix redefinition of child frames on NSAlan Third2018-06-021-4/+12
* | Merge from origin/emacs-26Glenn Morris2018-06-021-1/+6
|\ \ | |/
| * Improve documentation of 'inhibit-message'Eli Zaretskii2018-06-021-1/+6
| * Fix decoding of directories when "~" includes non-ASCII charsEli Zaretskii2018-06-021-15/+60
| * Fix some problems in the Cairo buildAri Roponen2018-06-022-42/+83