aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prevent NS event loop being re-entered (bug#11049)Alan Third2016-07-071-0/+6
* Fix some deprecated functionsAlan Third2016-07-072-6/+6
* Reduce consing caused by vertical motion commandsDmitry Antipov2016-07-061-0/+16
* Fix redisplay with window-start on continuation linesEli Zaretskii2016-07-051-7/+27
* Cleanup XEditRes hackDmitry Antipov2016-07-043-12/+7
* Re-fix open-network-stream responsivenessPaul Eggert2016-07-041-8/+10
* Fix open-network-stream responsivenessPaul Eggert2016-07-031-8/+12
* Fix cursor positioning on TTY frames after stretch glyphEli Zaretskii2016-07-021-2/+8
* Fix vertical-movement in buffers with wrap-prefixEli Zaretskii2016-07-022-2/+5
* Rename FACE_OPT_FROM_ID to FACE_FROM_ID_OR_NULLEli Zaretskii2016-07-0214-77/+74
* Minor tweaks to openpDmitry Antipov2016-06-301-10/+14
* Simplify handling of frame parametersDmitry Antipov2016-06-301-48/+31
* Cleanup around mature character manipulation functionsDmitry Antipov2016-06-301-4/+4
* Avoid possible NULL pointer dereference found by GCC 6.1.1Dmitry Antipov2016-06-291-4/+4
* Fix copying properties in 'format' when it produces paddingEli Zaretskii2016-06-281-3/+8
* Enable dividers in NS (bug#22973)Alan Third2016-06-272-6/+8
* Fix 'move-to-window-line' when EOB is on last screen lineEli Zaretskii2016-06-271-10/+8
* Fix test-completion with completion-regexp-listNoam Postavsky2016-06-261-0/+2
* Try other addresses when connecting to multihomedPaul Eggert2016-06-262-13/+38
* Fix GNUC_PREREQ for GCC 2.8.1 etc.Paul Eggert2016-06-261-1/+2
* Fix GNUC_PREREQ off-by-1 typoPaul Eggert2016-06-261-1/+1
* Fix FRAME_INTERNAL_BORDER_WIDTH use (Bug#23841)Ury Marshak2016-06-261-2/+2
* Move text line right when in box (bug#23755)Alan Third2016-06-261-10/+28
* Merge from origin/emacs-25Paul Eggert2016-06-263-4/+4
|\
| * Fix documentation of 'assoc-string' and 'compare-strings'Eli Zaretskii2016-06-232-3/+3
| * ; Revert "Ensure undo-boundary after insert-file-contents."Phillip Lord2016-06-221-6/+0
| * Ensure undo-boundary after insert-file-contents.Phillip Lord2016-06-211-0/+6
| * Fix removal of variables from process-environmentEli Zaretskii2016-06-201-1/+1
* | Ensure hack-local-variables is run in a fundamental mode buffer.Alan Mackenzie2016-06-241-1/+3
* | Remove two uses of 'min' in Fwindow_text_pixel_sizeMartin Rudalics2016-06-241-8/+11
* | Clarify intent of FACE_FROM_ID and IMAGE_FROM_IDPaul Eggert2016-06-241-4/+4
* | Fix handling of LWINDOW key on MS-WindowsEli Zaretskii2016-06-231-1/+1
* | Fix test for whether the '.el' file is newer than '.elc'Eli Zaretskii2016-06-221-2/+6
* | Fix 'insert-file-contents' when REPLACE is non-nilEli Zaretskii2016-06-222-4/+24
* | Avoid compiler warningKen Brown2016-06-221-1/+1
* | Fix last change to FRAME_INTERNAL_BORDER_WIDTHKen Brown2016-06-221-1/+1
* | Improve --without-x GCC pacificationPaul Eggert2016-06-2213-186/+148
* | Fix vertical layout calculations when newline has line-height propertyEli Zaretskii2016-06-211-0/+5
* | Fix compiler warnings in Cygwin-w32 buildKen Brown2016-06-209-23/+30
* | Fix compiler warnings in no-window-system-buildKen Brown2016-06-207-30/+85
* | Minor ABLOCKS_BUSY cleanups in alloc.cPaul Eggert2016-06-201-20/+25
* | Fix setting a range of char-table slots in a singular caseEli Zaretskii2016-06-191-1/+1
* | Rename ALIGN to pointer_alignPaul Eggert2016-06-191-8/+3
* | Merge from origin/emacs-25Paul Eggert2016-06-191-2/+3
|\ \ | |/
| * Fbackward_prefix_chars: stay within buffer boundsNoam Postavsky2016-06-161-2/+3
| * Fix ifdef-vs-if typo with RANDR13_LIBRARYPaul Eggert2016-06-161-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-06-194-6/+11
|\ \ | |/
| * * src/alloc.c (ALIGN): Avoid error on DragonFly BSD. (Bug#23764)Glenn Morris2016-06-141-0/+5
| * Doc fixes for grammar and typos (bug#23746)Stephen Berman2016-06-132-4/+4
| * Fix dbus crash on 32-bit CygwinKen Brown2016-06-111-2/+2