summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Cleanup tooltips"John Wiegley2016-07-1214-319/+304
* Don't install keyboard hook when debugged on MS-WindowsEli Zaretskii2016-07-121-0/+15
* Cleanup tooltipsDmitry Antipov2016-07-1214-304/+319
* * src/fns.c (syms_of_fns): Leave `features' lexically scopedStefan Monnier2016-07-111-0/+3
* Fix display of composed charactersEli Zaretskii2016-07-111-2/+2
* * src/macfont.m (mac_font_shape): Make sure that total_advance is increasing.YAMAMOTO Mitsuharu2016-07-111-4/+6
* An efficient built-in mapcanMario Lang2016-07-101-0/+25
* Minor tweaks of copying text properties when padding stringsEli Zaretskii2016-07-091-1/+1
* Yet another fix for copying properties by 'format'Eli Zaretskii2016-07-083-7/+10
* 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