summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ; * src/w32proc.c: Update the commentary to sys_select.Eli Zaretskii2016-03-011-3/+4
* Fix reordering of bidi text in an isolate inside an overrideEli Zaretskii2016-03-011-5/+8
* Made the new OS X visible bell more visible.Anders Lindgren2016-02-291-1/+4
* Fix char signedness issue in bidi codeAndreas Schwab2016-02-271-2/+2
* Remove unneeded workaround in xftfont.cEli Zaretskii2016-02-251-10/+0
* Fix redisplay on a TTY after 'make-frame'Eli Zaretskii2016-02-251-1/+8
* Fix an assertionChris Feng2016-02-251-1/+3
* * src/keyboard.c: Don't inadvertently set immediate_echo (bug#22581)Stefan Monnier2016-02-241-10/+18
* Allocate glyph matrices for the initial frameChris Feng2016-02-242-1/+4
* Further improve doc string of 'disable-point-adjustment'Eli Zaretskii2016-02-231-4/+4
* Fix documentation of 'global-disable-point-adjustment'Eli Zaretskii2016-02-221-6/+6
* Fix memory reservation on MS-WindowsEli Zaretskii2016-02-201-2/+4
* Fix "[:upper:]" for non-ASCII charactersEli Zaretskii2016-02-201-4/+10
* Fix decoding DOS EOL in a unibyte bufferEli Zaretskii2016-02-171-3/+3
* Fix x-load-color-file pointer signednessPaul Eggert2016-02-161-1/+1
* Avoid crashes in semi-malformed 'condition-case'Eli Zaretskii2016-02-151-1/+1
* Fix regression with 'recent-keys' and keyboard macrosEli Zaretskii2016-02-151-23/+27
* ; Spelling fixesPaul Eggert2016-02-141-2/+2
* Port USE_STACK_LISP_OBJECTS fix to ClangPaul Eggert2016-02-141-1/+2
* Port to x86 GCC 4.3.1 and earlierPaul Eggert2016-02-141-0/+5
* Fix point movement under 'scroll-conservatively'Eli Zaretskii2016-02-141-1/+1
* Make 'mmap_realloc' on MS-Windows more reliableEli Zaretskii2016-02-141-22/+29
* ; Improve commentary in insdel.cEli Zaretskii2016-02-131-4/+14
* Suppress GNUstep hardeningPaul Eggert2016-02-121-4/+4
* Fix redisplay after a large insertionEli Zaretskii2016-02-121-3/+9
* Revert "Support integer image rotation and respect EXIF rotations"Lars Ingebrigtsen2016-02-111-11/+1
* Set locale when run from OS X GUIAlan Third2016-02-103-0/+28
* Improve doc strings of 'forward/backward-word-strictly'Eli Zaretskii2016-02-101-3/+9
* Support integer image rotation and respect EXIF rotationsDima Kogan2016-02-101-1/+11
* Suppress ACL ops if configured with --disable-aclPaul Eggert2016-02-091-8/+12
* Minor alignas cleanupPaul Eggert2016-02-091-4/+0
* Add lmalloc commentary and tweak lalignedPaul Eggert2016-02-091-3/+11
* Increase success rate of fallback lmallocPaul Eggert2016-02-081-4/+18
* Port to FreeBSD 11-CURRENT i386Paul Eggert2016-02-082-23/+66
* src/process.c Correctly convert AF_INET6 addressesDavid Edmondson2016-02-071-1/+1
* Use monitor's resolution for positioning tooltipsOscar Fuentes2016-02-061-12/+49
* Fix issues found by auditing w32notify codeEli Zaretskii2016-02-062-2/+4
* Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-051-3/+3
* Fix x-popup-menu on TTYs without a mouseEli Zaretskii2016-02-031-0/+3
* Fix failure to compile ns-win.el in parallel buildsEli Zaretskii2016-02-021-0/+5
* Some corrections in Elisp manualMartin Rudalics2016-02-011-5/+5
* Fix (c & 040) typo in emergency escapesPaul Eggert2016-01-311-2/+2
* Fix display of overlay strings with 'display' and 'box' propertyEli Zaretskii2016-01-311-2/+11
* Correct reference to DARWIN_OS preprocessor symbolJohn Wiegley2016-01-301-1/+1
* Spelling fixPaul Eggert2016-01-301-1/+1
* Pacify GCC on C library without glibc APIPaul Eggert2016-01-301-3/+6
* Disable DebPrint in sys_read on MS-WindowsEli Zaretskii2016-01-301-1/+11
* Revert "Re-enable checks in member, memql, delete to complain about non-lists"Andreas Schwab2016-01-301-3/+3
* Re-enable checks in member, memql, delete to complain about non-listsAndreas Schwab2016-01-291-3/+3
* malloc.h hygienePaul Eggert2016-01-263-74/+88