aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Increase DUMPED_HEAP_SIZE in w32heap.cJohn Mastro2017-11-071-1/+1
* Handle unread-command-events consistently (bug#23980)Chris Feng2017-11-081-0/+3
* Allow 'make-string' callers force creation of multibyte stringsEli Zaretskii2017-11-046-12/+16
* New function 'libxml-available-p'Robert Pluim2017-11-033-8/+33
* Merge from origin/emacs-26Paul Eggert2017-11-031-1/+7
|\
| * Change GCALIGNMENT back to an integer literalPaul Eggert2017-11-031-1/+7
* | Simplify by assuming !_MSC_VER.Paul Eggert2017-11-023-36/+15
* | Merge from origin/emacs-26Paul Eggert2017-11-027-31/+57
|\ \ | |/
| * * src/lisp.h (GCALIGNED): Clarify comment (Bug#29040).Paul Eggert2017-11-021-2/+3
| * Fix mouse-scrollbar offset on GNUstep and old macOS (bug#29053)Alan Third2017-11-021-2/+19
| * Fix alignment portability problemsPaul Eggert2017-11-024-22/+17
| * ; * src/alloc.c (sweep_symbols): Fix last change.Eli Zaretskii2017-11-021-1/+1
| * * src/alloc.c (sweep_symbols): Tweak last changeStefan Monnier2017-11-021-4/+10
| * ; Spelling fixesPaul Eggert2017-11-011-2/+2
| * Avoid wrong value from file-attributes on Linux kernel before 3.6Andreas Schwab2017-11-011-1/+8
* | Merge from origin/emacs-26Paul Eggert2017-11-0210-23/+69
|\ \ | |/
| * ; Doc fixesCharles A. Roelli2017-10-311-1/+1
| * Avoid duplicate calls to xfree for the same pointerEli Zaretskii2017-10-311-1/+3
| * Fix doc and doc-strings for minibuffer window related functions (Bug#28978)Martin Rudalics2017-10-301-1/+1
| * Fix minibuffer window related docs and strings (Bug#28978)Martin Rudalics2017-10-292-11/+6
| * Avoid segfaults in 64-bit Windows buildsEli Zaretskii2017-10-283-7/+9
| * Fix conversion of pixel coordinates to buffer positionEli Zaretskii2017-10-281-0/+23
| * Fix some doc typosGlenn Morris2017-10-271-1/+1
| * Fix startup display on CygwinKen Brown2017-10-271-0/+16
| * * src/fileio.c (Fset_default_file_modes): Fix typo in doc string.Eli Zaretskii2017-10-271-1/+1
| * Improve documentation of set-default-file-modesEli Zaretskii2017-10-271-1/+9
* | Merge from origin/emacs-26Paul Eggert2017-11-023-13/+22
|\ \ | |/
| * Port thread.c to OpenBSD ARMPaul Eggert2017-10-261-1/+1
| * Fix non-native fullscreen on NS (bug#28872)Alan Third2017-10-251-6/+12
| * Port to QNXPaul Eggert2017-10-241-6/+9
* | Fix misleading error during autoload (bug#28994)Stefan Monnier2017-10-251-9/+10
* | Merge from origin/emacs-26Paul Eggert2017-10-201-0/+2
|\ \ | |/
| * Tweak Fdocumentation's error for an undefined functionGlenn Morris2017-10-201-0/+2
* | Merge from origin/emacs-26Paul Eggert2017-10-2022-86/+220
|\ \ | |/
| * Make :align-to account for display-line-numbersEli Zaretskii2017-10-202-10/+64
| * On Windows default a frame's border width to zero (Bug#28873)Martin Rudalics2017-10-191-2/+3
| * Fix the MSDOS build.Eli Zaretskii2017-10-188-2/+32
| * Fix line number display after 'widen'Eli Zaretskii2017-10-181-2/+4
| * Remove resizable attribute on macOS undecorated frames (bug#28512)Alan Third2017-10-181-18/+4
| * Improve format-time-string docPaul Eggert2017-10-171-5/+6
| * Improve documentation of 'line-number-display-width'Eli Zaretskii2017-10-171-1/+2
| * Work around ImageMagick bug 825Paul Eggert2017-10-161-5/+12
| * Fix 'line-number-display-width' in hscrolled windowsEli Zaretskii2017-10-161-0/+5
| * Fix regression in display of PPM imagesPaul Eggert2017-10-161-15/+25
| * Avoid compilation warnings in optimized buildsEli Zaretskii2017-10-155-7/+7
| * ; * src/composite.c (Fclear_composition_cache): Fix last change.Eli Zaretskii2017-10-151-1/+1
| * Improve customization of arabic-shaper-ZWNJ-handling.K. Handa2017-10-151-0/+15
| * Make sure thread stack is properly aligned on MS-WindowsEli Zaretskii2017-10-142-10/+12
| * Do not under-align pseudovectorsPaul Eggert2017-10-141-3/+7
| * gnutls_mac_get_nonce_size has been added in gnutls 3.3Andreas Schwab2017-10-131-8/+24