aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-26Glenn Morris2017-12-201-11/+38
|\
| * Special-case %DUMBFW for GnuTLS between 3.2.5 and 3.5.1Ted Zlatanov2017-12-201-0/+8
| * Work around GnuTLS version issues with %DUMBFW (tiny change)Andy Moreton2017-12-201-11/+30
* | Merge from origin/emacs-26Glenn Morris2017-12-202-2/+20
|\ \ | |/
| * Fix updating scrollbar sizes when scaling is in effectRobert Pluim2017-12-201-1/+7
| * Collect GnuTLS extensions and use them to set %DUMBFW if supportedTed Zlatanov2017-12-191-1/+13
* | Define helper functions only if neededPhilipp Stephani2017-12-201-1/+7
* | * src/json.c (json_parse_error): Fix embarrassing bug.Philipp Stephani2017-12-201-0/+3
* | Use Jansson's error code support if availablePhilipp Stephani2017-12-191-3/+12
* | Allow JSON parser functions to return alistsPhilipp Stephani2017-12-191-30/+99
* | ; Add a couple of encoding-related FIXMEs to json.cPhilipp Stephani2017-12-191-0/+8
* | ; * src/json.c (lisp_to_json): Inline an unnecessary variable.Philipp Stephani2017-12-191-2/+1
* | ; Add comments about potential future Jansson flagsPhilipp Stephani2017-12-191-0/+4
* | Merge from origin/emacs-26Glenn Morris2017-12-166-23/+33
|\ \ | |/
| * Improve documentation of 'invisible-p'Eli Zaretskii2017-12-161-11/+17
| * Remove one more check that Vframe_list is non-nilMartin Rudalics2017-12-161-3/+2
| * FOR_EACH_FRAME no longer assumes frame-listPaul Eggert2017-12-152-8/+10
| * * src/font.c (Ffont_info): Doc fix. (Bug#29682)Eli Zaretskii2017-12-151-5/+5
| * Don't run FOR_EACH_FRAME when there's no frame left (Bug#29961)Martin Rudalics2017-12-152-5/+8
| * * src/data.c (Fadd_variable_watcher): Doc fix.Charles A. Roelli2017-12-141-1/+1
| * Fix doc-string of Fbuffer_listMartin Rudalics2017-12-141-3/+3
| * Remove ObjC blocks (Bug#23753)Alan Third2017-12-121-73/+55
* | Remove two unused variables in macfont.mPhilipp Stephani2017-12-161-2/+0
* | Silence macOS 10.13 deprecation notices (Bug#29643)Alan Third2017-12-164-6/+28
* | ; * src/json.c: Convert non-ASCII quotes to ASCII characters.Eli Zaretskii2017-12-141-6/+6
* | * src/syntax.c (find_defun_start): Use syntax-ppssStefan Monnier2017-12-121-0/+26
* | Merge from origin/emacs-26Glenn Morris2017-12-127-896/+946
|\ \ | |/
| * Import the latest IVD_Sequences.txtEli Zaretskii2017-12-121-880/+883
| * Avoid crashes in 'font-at' after 'set-fontset-font'Eli Zaretskii2017-12-101-0/+4
| * Fix tool-tip display when display margins are non-zero by defaultEli Zaretskii2017-12-094-3/+26
| * Improve interactive debugging commands in xdisp.cEli Zaretskii2017-12-091-12/+33
| * Fix calculation of continuation_pixel_width in display engineEli Zaretskii2017-12-091-1/+0
* | Fix recently-introduced cast typoPaul Eggert2017-12-121-1/+1
* | Port --fcheck-pointer-bounds to --with-wide-intPaul Eggert2017-12-121-5/+10
* | Narrow pointer bounds when appropriatePaul Eggert2017-12-1211-29/+93
* | Port to gcc -fcheck-pointer-boundsPaul Eggert2017-12-124-21/+108
* | Reimplement Lisp_Object as pointer-to-incompletePaul Eggert2017-12-125-88/+156
* | Remove ObjC blocks (Bug#23753)Alan Third2017-12-121-73/+55
* | Support dynamic loading of libjansson on MS-WindowsEli Zaretskii2017-12-103-1/+183
* | Implement native JSON support using JanssonPhilipp Stephani2017-12-105-3/+653
* | Raise an error when detecting old-style backquotes.Philipp Stephani2017-12-091-26/+6
* | Merge from origin/emacs-26Michael Albinus2017-12-091-2/+2
|\ \ | |/
| * Avoid compilation warning in xterm.cEli Zaretskii2017-12-041-2/+2
* | Fix core dump from (format "%#08x" n) patchPaul Eggert2017-12-081-0/+1
* | Fix zero-padding bug with (format "%#08x" n)Paul Eggert2017-12-071-8/+16
* | Fix an omission in lookup_basic_faceEli Zaretskii2017-12-041-0/+1
* | allocate_vectorlike minor cleanupPaul Eggert2017-12-031-8/+7
* | Omit exprintf if modules but no XPaul Eggert2017-12-031-1/+1
* | Pacify GCC on Ubuntu 17.10 x86-64Paul Eggert2017-12-031-6/+6
* | Add image resizing and rotation to NS portAlan Third2017-12-032-2/+117