summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use mint_ptr in w32notify.cEli Zaretskii2018-06-161-4/+4
* Minor doc string fixes in json.cEli Zaretskii2018-06-161-2/+3
* Formatting and doc fixes in recent changesEli Zaretskii2018-06-162-8/+9
* Improve documentation of several recent changesEli Zaretskii2018-06-161-4/+4
* Fix a typo in xmenu.cEli Zaretskii2018-06-161-2/+2
* Fix --with-cairo buildAri Roponen2018-06-161-2/+2
* * src/Makefile.in: Update paxctl comment.Paul Eggert2018-06-151-1/+1
* Minor CANNOT_DUMP cleanupsPaul Eggert2018-06-151-1/+1
* Fix typo in previous macfont.m changePaul Eggert2018-06-151-1/+2
* Restore macfont.m casts to void *Paul Eggert2018-06-151-2/+2
* Fix building --without-x and similarEli Zaretskii2018-06-151-6/+0
* Remove Lisp_Misc_Save_ValuePaul Eggert2018-06-143-407/+5
* New type Lisp_Misc_PtrPaul Eggert2018-06-145-11/+41
* Avoid allocating Lisp_Save_Value for arraysPaul Eggert2018-06-143-3/+37
* Avoid allocating Lisp_Save_Value for excursionsPaul Eggert2018-06-143-29/+45
* Just use cons in macfont_descriptor_entityPaul Eggert2018-06-141-7/+6
* Avoid allocating a Lisp_Save_Value in ftfont.cPaul Eggert2018-06-141-14/+12
* Use record_unwind_protect_ptr to avoid allocationPaul Eggert2018-06-143-15/+27
* Avoid Lisp_Misc allocation if C stack sufficesPaul Eggert2018-06-142-18/+37
* Simplify init_module_assertionsPaul Eggert2018-06-141-7/+3
* New mint_ptr representation for C pointersPaul Eggert2018-06-1410-39/+78
* Also allow custom false and null when serializing to JSONJoão Távora2018-06-151-82/+113
* 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