aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge from origin/emacs-26Paul Eggert2017-12-022-4/+4
|\ \ | |/
| * Fix bug in i18n/l10n optimizationPaul Eggert2017-12-021-2/+2
| * Fix buffer overflow in fontname conversion (Bug#29523)Yuuki Harano2017-12-021-2/+2
* | Merge from origin/emacs-26Paul Eggert2017-12-021-8/+15
|\ \ | |/
| * Avoid assertions in find-compositionEli Zaretskii2017-11-301-8/+15
| * * src/w32heap.c (DUMPED_HEAP_SIZE) [_WIN64]: Bump to 22 MiB.Noam Postavsky2017-11-271-1/+1
| * * src/lread.c (syms_of_lread): Fix thinko in commit b1573a97e17b5Stefan Monnier2017-11-271-1/+1
* | For help commands, ensure all keys of a mouse sequence are reported.Alan Mackenzie2017-12-024-89/+85
* | Make truncate-lines permanently local (bug#15396)Glenn Morris2017-11-301-1/+3
* | Merge from origin/emacs-26Glenn Morris2017-11-294-9/+14
|\ \ | |/
| * Harden exec_byte_code against redefining 'error'Paul Eggert2017-11-261-4/+2
| * Improve documentation of "constant" symbolsEli Zaretskii2017-11-263-5/+12
* | * src/lread.c (syms_of_lread): Fix thinko in commit b1573a97e17b5.Stefan Monnier2017-11-271-1/+1