summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove files used by the old MS-Windows specific build procedureEli Zaretskii2015-08-151-1725/+0
* Low-level diagnostics now use ‘text-quoting-style’Paul Eggert2015-08-142-24/+42
* Prefer ‘format’ to ‘substitute-command-keys’Paul Eggert2015-08-143-10/+13
* Extend ‘format’ to translate curved quotesPaul Eggert2015-08-143-111/+162
* * src/keyboard.c: Use false/true instead of 0/1 for booleansStefan Monnier2015-08-142-97/+98
* Don't miss warnings about removing string text properties while dumpingEli Zaretskii2015-08-141-8/+7
* Make add_to_log varargsPaul Eggert2015-08-137-114/+135
* Improve warning about purecopy of strings with propertiesEli Zaretskii2015-08-131-1/+2
* Deal gracefully with up-events (Bug#19746)David Kastrup2015-08-121-11/+24
* Fix display of thin lines whose newline has line-height property of tEli Zaretskii2015-08-121-1/+1
* Give names to Unicode code points in C codePaul Eggert2015-08-116-12/+31
* Fix recording of events pushed onto unread-command-eventsEli Zaretskii2015-08-101-1/+12
* Avoid setting LC_NUMERIC on MS-Windows to anything but "C"Eli Zaretskii2015-08-101-4/+10
* Fix DPI calculation when Xft/DPI is defaultPaul Eggert2015-08-091-2/+2
* Fix some minor quoting issues with grave accentPaul Eggert2015-08-094-11/+18
* Fix overlay string display regressions introduced in Emacs 24.5Eli Zaretskii2015-08-081-0/+6
* Support recovery from C stack overflow on MS-WindowsEli Zaretskii2015-08-083-6/+67
* Avoid infinite loop in display of invisible text in stringsEli Zaretskii2015-08-071-6/+12
* Redo text-quoting-style variablePaul Eggert2015-08-021-13/+14
* Treat help strings like other doc stringsPaul Eggert2015-08-021-3/+9
* Whitespace fixesEli Zaretskii2015-08-021-11/+11
* Fix handling of 1st keystroke on MS-WindowsEli Zaretskii2015-08-021-0/+2
* Prevent incorrect display when 'line-spacing' variable is setEli Zaretskii2015-08-011-2/+7
* Honor 'line-spacing' for empty linesEli Zaretskii2015-08-011-1/+66
* Simplify by assuming C99 integer divisionPaul Eggert2015-08-011-13/+3
* Fix some int overflows in profiler.cPaul Eggert2015-07-311-10/+8
* Port to pedantic memcpyPaul Eggert2015-07-312-20/+23
* ;* src/w32fns.c (syms_of_w32fns): Fix last commit.Eli Zaretskii2015-07-311-1/+1
* Allow to use the old key processing code on MS-WindowsEli Zaretskii2015-07-311-7/+18
* Improve handling of Unicode keyboard input on MS-WindowsIlya Zakharevich2015-07-311-261/+718
* Support long URLs in w32-shell-executeEli Zaretskii2015-07-303-8/+23
* Fix redisplay of large images on expose eventsEli Zaretskii2015-07-291-6/+14
* Pacify compilation -Wincompatible-pointer-types warningsAndy Moreton2015-07-282-12/+19
* Fix subscript error in calculate_direct_scrollingPaul Eggert2015-07-271-31/+32
* Fix uninitalized value in encode_coding_objectPaul Eggert2015-07-271-1/+5
* Handle NULL pointers in w32heap.c allocation routinesEli Zaretskii2015-07-271-7/+11
* Fix Cairo build without PNGEli Zaretskii2015-07-271-1/+1
* * src/ftfont.c (ftfont_close): Add comment re Bug#20890.Paul Eggert2015-07-261-0/+4
* New optional ZONE arg for format-time-string etc.Paul Eggert2015-07-265-139/+210
* Have `x-frame-geometry' return nil for terminal and initial frames (Bug#21132)Martin Rudalics2015-07-263-12/+20
* Avoid crashes when w32 GUI functions are called in -batchEli Zaretskii2015-07-251-1/+11
* Fix visual-order cursor movement when lines are truncatedEli Zaretskii2015-07-181-21/+10
* Fix scrolling backwards on TTY frames under scroll-conservativelyEli Zaretskii2015-07-181-1/+1
* Fix hang with large yanks This should fix the bug fixed by MikePaul Eggert2015-07-174-12/+2
* Better heuristic for C stack overflowPaul Eggert2015-07-163-37/+63
* Port to stricter C99Paul Eggert2015-07-141-2/+2
* Clear gcprolist etc. after stack overflowPaul Eggert2015-07-142-2/+2
* Avoid deprecated enums in mac-ct font backend driverYAMAMOTO Mitsuharu2015-07-131-5/+15
* Cache font family in mac-ct font backend driverYAMAMOTO Mitsuharu2015-07-131-35/+166
* * src/w32heap.c (DUMPED_HEAP_SIZE): Bump to 20MB.Andy Moreton2015-07-101-1/+1