aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge from origin/emacs-25Paul Eggert2016-06-192-1/+11
|\ \ | |/
| * Fix undo boundary in recursive edit (Bug#23632)Phillip Lord2016-06-081-0/+10
| * * src/syntax.c (syms_of_syntax) <comment-end-can-be-escaped>: Doc fix.Glenn Morris2016-06-071-1/+1
* | Advertize set-keymap-parent as replacement for copy-keymapStefan Monnier2016-06-151-2/+12
* | Fix ifdef-vs-if typo with RANDR13_LIBRARYPaul Eggert2016-06-141-1/+1
* | Port to platforms where char * has top bit setPaul Eggert2016-06-142-16/+4
* | Remove recursion from store_function_docstringPaul Eggert2016-06-141-10/+10
* | Remove system-specific -I switch from Cygwin-w32 buildKen Brown2016-06-141-4/+6
* | Avoid compiler warningKen Brown2016-06-131-1/+1
* | Call tzset after setting TZPaul Eggert2016-06-131-16/+18
* | New macro GNUC_PREREQ for GCC versionPaul Eggert2016-06-127-33/+37
* | Fix printf-related compilation warnings on MinGWEli Zaretskii2016-06-122-5/+14
* | emacs_strerror cleanupsPaul Eggert2016-06-119-41/+30
* | Catch malloc_get_state, malloc_set_state failurePaul Eggert2016-06-101-1/+5
* | Port __builtin_assume_aligned to Sun C 5.13Paul Eggert2016-06-091-1/+1
* | Prefer getsockopt to getpeername on non-MS-WindowsPaul Eggert2016-06-091-3/+4