aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix .gdbinit following lisp.h changesEli Zaretskii2017-11-171-12/+12
* Port to IBM xlc 12.01Paul Eggert2017-11-131-13/+10
* Simplify by removing HAVE_STRUCT_ATTRIBUTE_ALIGNEDPaul Eggert2017-11-131-17/+0
* Use alignas to fix GCALIGN-related bugsPaul Eggert2017-11-1315-374/+366
* Change vectorlike from struct to unionPaul Eggert2017-11-1312-33/+33
* Fix Bug#29225Michael Albinus2017-11-121-1/+2
* Pacify GCC when configured --with-x-toolkit=noPaul Eggert2017-11-111-1/+4
* Fix comparisons with tip_frame in GTK buildsEli Zaretskii2017-11-113-4/+20
* Fix off-by-1 bug in --enable-checking=stringbytesPaul Eggert2017-11-101-1/+1
* Fix display of line numbers in GTK buildsEli Zaretskii2017-11-102-1/+14
* Fix redisplay of overlay-arrows on GUI framesEli Zaretskii2017-11-091-3/+9
* Use GCALIGNED properly for GCCPaul Eggert2017-11-083-9/+13
* ; Minor comment copyedit in window.cEli Zaretskii2017-11-071-1/+1
* Fix last change in hscroll_window_treeEli Zaretskii2017-11-051-3/+8
* Return non-nil from gnutls-available-p under GnuTLS 2.xEli Zaretskii2017-11-051-0/+2
* Use hybrid malloc for FreeBSD (Bug#28308)Noam Postavsky2017-11-041-5/+6
* Improve documentation of 'window-scroll-functions'Eli Zaretskii2017-11-041-0/+3
* Fix doc string of 'window-configuration-change-hook'Eli Zaretskii2017-11-041-2/+2
* Fix hscroll suspension after cursor motionEli Zaretskii2017-11-041-2/+9
* Change GCALIGNMENT back to an integer literalPaul Eggert2017-11-031-1/+7
* * 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
* ; 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
* 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
* Tweak Fdocumentation's error for an undefined functionGlenn Morris2017-10-201-0/+2
* 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