aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix XFASTINT of non-fixnum in process statusPaul Eggert2016-06-092-14/+15
* | Fix copying text properties by 'format'Eli Zaretskii2016-06-091-4/+7
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-0824-68/+79
* | * src/fileio.c (auto_save_error): Omit unused local.Paul Eggert2016-06-081-6/+2
* | Simplify overflow check via INT_SUBTRACT_WRAPVPaul Eggert2016-06-081-6/+5
* | * src/fileio.c (auto_save_error): Use display-warning. (Bug#23703)Glenn Morris2016-06-071-8/+2
* | Use __builtin_assume_aligned on untagged Lisp valsPaul Eggert2016-06-072-1/+17
* | Merge from origin/emacs-25Paul Eggert2016-06-072-37/+26
|\ \ | |/
| * Fix crash in syntax.c after GCPaul Eggert2016-06-071-35/+24
| * Fix doc string quotingStephen Berman2016-06-062-2/+2
* | * src/casefiddle.c (Fupcase_region): Add arg ‘region-noncontiguous-p’.Juri Linkov2016-06-062-4/+21
* | Port angle-bracket TZ settings to MS-WindowsPaul Eggert2016-06-011-0/+29