summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use mint_ptr in w32notify.cEli Zaretskii2018-06-161-4/+4
* * doc/lispref/text.texi (Parsing JSON): Minor formatting changes.Eli Zaretskii2018-06-161-22/+15
* 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-167-14/+52
* Prevent QUIT to top level inside 'while-no-input'Eli Zaretskii2018-06-161-3/+25
* 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-152-55/+63
* Remove old combreloc hackPaul Eggert2018-06-152-47/+0
* 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 a bug in Flymake handling of region-specific reportsJoão Távora2018-06-151-25/+28
* Fix building --without-x and similarEli Zaretskii2018-06-151-6/+0
* Flymake and backends exchange hints abouts changed regionsJoão Távora2018-06-153-47/+120
* customize-apropos: Separate package name from its descriptionTino Calancha2018-06-151-1/+1
* 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-153-98/+152
* Support custom null and false objects when parsing JSONJoão Távora2018-06-153-69/+141
* Fix pretty-printing empty objects as nullDamien Cassou2018-06-142-3/+71
* Remove some wrong 8-byte alignment assumptionsPaul Eggert2018-06-133-66/+63
* Clarify that enabling a theme does not disable other themesDaniel Colascione2018-06-121-2/+11
* Ignore focus events for dead framesDaniel Colascione2018-06-121-7/+9
* * lisp/textmodes/ispell.el (ispell-menu-map): Init in declarationStefan Monnier2018-06-121-82/+70
* ; Assorted documentation fixes in recent changesEli Zaretskii2018-06-124-22/+24
* Fix initialization of custom-delayed-init-variablesEli Zaretskii2018-06-123-4/+28
* Give warning if losing value to defvaralias (Bug#5950)Noam Postavsky2018-06-122-0/+32
* Let display-warning work during bootstrapNoam Postavsky2018-06-121-3/+7
* * lisp/progmodes/sql.el Add MariaDB support (Robert Cochran)Michael R. Mauger2018-06-111-52/+190
* soap-client: Add byte-code compatibility function (Bug#31742)Thomas Fitzsimmons2018-06-112-41/+51
* Add after-delete-frame-functionsDaniel Colascione2018-06-114-18/+38
* Make blink-cursor-mode use new focus functionsDaniel Colascione2018-06-111-12/+38
* Losing focus should not stop idlenessDaniel Colascione2018-06-111-0/+1
* New focus management interfaceDaniel Colascione2018-06-118-122/+217
* Remove code #if-0-ed terminal-local codeDaniel Colascione2018-06-111-45/+0
* Remove obsolete keyboard.c codeDaniel Colascione2018-06-111-39/+0
* Don't have shr bug out on degenerate <img> tagsLars Ingebrigtsen2018-06-111-0/+4
* * lisp/textmodes/ispell.el (ispell--call-enchant-lsmod): Use \' i.s.o $.Stefan Monnier2018-06-101-3/+5
* Merge from emacs-26Noam Postavsky2018-06-102-4/+22
|\
| * Fix term.el cursor movement at bottom margin (Bug#31690)Noam Postavsky2018-06-102-4/+24