aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ; Merge from emacs-26Noam Postavsky2018-06-100-0/+0
|\ \ | |/
| * Call enchant-lsmod correctly when Enchant is installed with a suffixReuben Thomas2018-06-101-2/+3
* | Merge from emacs-26Noam Postavsky2018-06-1028-307/+1155
|\ \ | |/
| * Enlarge DUMPED_HEAP_SIZE for 64-bit Windows buildsEli Zaretskii2018-06-091-1/+1
| * Update Unicode data files to version 11.0.0 of UnicodeEli Zaretskii2018-06-0916-252/+1039
| * * etc/NEWS: Belatedly call out vc-hg changes in v26.1. (Bug#31759)Eli Zaretskii2018-06-091-0/+27
| * Clarify the documentation of 'dired-recursive-deletes'Eli Zaretskii2018-06-091-13/+15
| * ; * etc/DEBUG: Add information about debugging libXft problems.Eli Zaretskii2018-06-081-1/+9
| * Clarify doc string of 'update-glyphless-char-display'Eli Zaretskii2018-06-081-1/+3
| * Clarify subtle issues with 'eq' in byte-compiled codeEli Zaretskii2018-06-081-0/+15
| * Make cl-print respect print-quoted (bug#31649)Gemini Lasswell2018-06-072-2/+17
| * Fix unexpected jumps of window-point in 'set-window-configuration' (Bug#31695)Martin Rudalics2018-06-071-9/+22
| * * etc/emacs.appdata.xml: Update Emacs screenshot.Nicolas Petton2018-06-061-1/+1
| * Fix cursor movement by 'next-logical-line' after 'next-line'Eli Zaretskii2018-06-062-25/+7
| * Fix prompt in bookmark.el (Bug#24726)Allen Li2018-06-051-1/+1
| * Improve documentation of 'empty' whitespace-styleBasil L. Contovounesios2018-06-051-1/+1
* | ; Merge from emacs-26Noam Postavsky2018-06-100-0/+0
|\ \ | |/
| * ; * 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
* | Merge from emacs-26Noam Postavsky2018-06-106-15/+18
|\ \ | |/
| * Ignore color fonts when using XftRobert Pluim2018-06-053-0/+20
| * Fix comint-get-old-input-default for output field case (Bug#25028)Noam Postavsky2018-06-041-3/+5
| * ; ChangeLog.3: Fix typo.Noam Postavsky2018-06-041-1/+1
| * Prevent infloop in 'delete-trailing-whitespace'Eli Zaretskii2018-06-041-2/+3
* | 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