aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Port recent character.h changes to --with-wide-intPaul Eggert2020-04-173-99/+82
* | Pacify gcc -Og x86-64Paul Eggert2020-04-171-1/+1
* | Prefer more inline functions in character.hPaul Eggert2020-04-1735-722/+579
* | Prefer inline functions in character.hPaul Eggert2020-04-175-161/+224
* | Use native image API for NSAlan Third2020-04-163-63/+76
* | Allow dynamic choice of drawing path on NS (bug#39883)Alan Third2020-04-162-72/+167
* | Fix NS frame resizing issues (bug#40200, bug#28872)Alan Third2020-04-163-185/+150
* | (forward-comment -n): escaped newline is sometimes NOT end of commentAlan Mackenzie2020-04-161-2/+3
* | Fix type-checking bug in vertical-motionPaul Eggert2020-04-161-8/+6
* | * src/indent.c (Fvertical_motion): Fix int/Lisp_Object mix up.Glenn Morris2020-04-161-1/+1
* | Avoid compiler warning in indent.cEli Zaretskii2020-04-161-0/+2
* | ; * src/w32image.c (w32_select_active_frame): Comment about GUID values.Eli Zaretskii2020-04-161-0/+5
* | File-handling cleanup in w32image.cEli Zaretskii2020-04-164-14/+9
* | Fix retrieval of frame delay when using GDI+Eli Zaretskii2020-04-151-3/+41
* | Merge from origin/emacs-27Glenn Morris2020-04-151-0/+15
|\ \ | |/
| * Limit RLIMIT_NOFILE to FD_SETSIZE on macOSYAMAMOTO Mitsuharu2020-04-151-0/+15
* | Avoid infloop in redisplay when wrap-prefix is too wideEli Zaretskii2020-04-151-1/+15
* | Avoid compiler warning in image.cEli Zaretskii2020-04-141-6/+3
* | ; * src/image.c: Cleanup of #ifdef's related to HAVE_NATIVE_IMAGE_API.Eli Zaretskii2020-04-141-4/+2
* | Make use of MS-Windows native image API be selectable at run timeEli Zaretskii2020-04-146-145/+244
* | Initial version of native image API support for MS-WindowsJuan José García-Ripoll2020-04-145-34/+448
* | Merge from origin/emacs-27Glenn Morris2020-04-131-1/+7
|\ \ | |/
| * Clarify documentation on inhibit-modification-hooks intended usageŠtěpán Němec2020-04-131-1/+7
* | Merge from origin/emacs-27Glenn Morris2020-04-131-0/+4
|\ \ | |/
| * Fix build failure with Fx_gtk_debugMartin Rudalics2020-04-121-0/+4
* | Fix previous change in w32fns.cAlbert2020-04-131-5/+2
* | ; Fix last change.Eli Zaretskii2020-04-131-2/+4
* | Support toggling native Input Methods on MS-WindowsAlbert2020-04-132-1/+77
* | Fix error in 'call-process-region' when START is nil (Bug#40576)Philipp Stephani2020-04-121-1/+11
* | Fix a bootstrap issue with unescaped character literal detection.Philipp Stephani2020-04-121-1/+7
* | Remove UNSIGNED_CMPPaul Eggert2020-04-117-67/+97
* | Allow ENCODE_FILE and DECODE_FILE to use no-copy conversionMattias Engdegård2020-04-112-14/+19
* | Merge from origin/emacs-27Glenn Morris2020-04-116-26/+121
|\ \ | |/
| * Fix redisplay when scrolling under redisplay-dont-pauseEli Zaretskii2020-04-101-0/+4
| * Avoid assertion violation in intervals.cEli Zaretskii2020-04-091-1/+1
| * Speed up 'resize-mode' child frames a littleDmitry Gutov2020-04-081-8/+16
| * Fix some problems with moving and resizing child framesMartin Rudalics2020-04-064-25/+108
* | Set last-coding-system-used upon ASCII conversion bypass (bug#40407)Mattias Engdegård2020-04-091-5/+9
* | Fix display of boxed header-lineEli Zaretskii2020-04-091-1/+4
* | Fix ASCII-only conversion logic (bug#40407)Mattias Engdegård2020-04-091-29/+17
* | Don't crash with invalid argument in check-coding-systems-regionMattias Engdegård2020-04-091-1/+4
* | Don't rely on copying in {EN,DE}CODE_FILEMattias Engdegård2020-04-092-3/+3
* | Fix decoding of ASCII strings with embedded CR charactersEli Zaretskii2020-04-091-2/+2
* | Fix decoding ASCII strings with embedded CR charactersEli Zaretskii2020-04-091-11/+26
* | Revert my KEY_OPS_CFLAGS change to src/Makefile.inPaul Eggert2020-04-071-5/+2
* | Improve inlining when compiling with -OgPaul Eggert2020-04-071-5/+3
* | Pacify gcc in xpm_scanPaul Eggert2020-04-061-2/+3
* | * src/coding.c (code_convert_string): Fix type mismatches.Paul Eggert2020-04-051-2/+2
* | Fix a recent change in bignum.cEli Zaretskii2020-04-051-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-04-053-9/+5
|\ \ | |/