aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "Force screen update after drawing cursor glyph (bug#23774)"Alan Third2017-09-051-10/+1
* Avoid losing Ctrl-C keystrokes in compilation mode on MS-WindowsEli Zaretskii2017-09-051-0/+9
* * src/image.c (Fimagemagick_types): Doc fix.Andreas Schwab2017-09-051-1/+1
* Revert recent float→double Motif changePaul Eggert2017-09-041-33/+25
* Force screen update after drawing cursor glyph (bug#23774)Alan Third2017-09-031-1/+10
* In delete_frame do not delete terminal for any toolkit buildMartin Rudalics2017-09-031-2/+6
* Improve error messages for improper plists (Bug#27726)Philipp Stephani2017-09-021-4/+5
* * src/fileio.c (Fexpand_file_name): Doc fix. (Bug#27982)Eli Zaretskii2017-09-021-1/+3
* Remove unneeded version checks (bug#28222)Alan Third2017-08-312-8/+2
* In xterm.c fix some recently introduced compiler warningsMartin Rudalics2017-08-311-4/+5
* Restrict fix of Bug#24963 and Bug#25887 to GTK buildsMartin Rudalics2017-08-311-2/+4
* Preserve display's foreground color when clearing internal borders (Bug#28278)Martin Rudalics2017-08-301-5/+6
* Make garbage collection more conservativePaul Eggert2017-08-291-132/+193
* Improve stack-top heuristicPaul Eggert2017-08-291-5/+15
* Align stack bottom properly.Paul Eggert2017-08-291-2/+5
* Avoid spinning waiting for git-gui.exe on WindowsEli Zaretskii2017-08-291-5/+10
* Fix cross macOS version building (bug#28222)Alan Third2017-08-292-1/+11
* Enable thin font smoothing in macOS (bug#28222)Ben Bonfil2017-08-292-0/+10
* Avoid aborting in 'waitpid' on MS-WindowsEli Zaretskii2017-08-291-1/+5
* Simplify remove_slash_colonPaul Eggert2017-08-281-1/+1
* Don’t assume -g3 in .gdbinitPaul Eggert2017-08-281-2/+15
* Fix previous xterm.h change for non-gtk buildsGlenn Morris2017-08-271-0/+2
* Fix GdkSettings-related deprecation warningsPhilipp Stephani2017-08-271-0/+6
* Always use gtk_window_move in new versionsPhilipp Stephani2017-08-272-1/+8
* Remove use of a deprecated GTK+ function in new versionsPhilipp Stephani2017-08-271-0/+4
* Stop using deprecated GdkScreen monitor functions in newer GDKPhilipp Stephani2017-08-271-3/+30
* Use GdkSeat in new GDK versionsPhilipp Stephani2017-08-271-0/+5
* * src/xterm.c (XTflash): Don’t use gdk_cairo_create in GDK 3.22+Philipp Stephani2017-08-271-0/+11
* Remove call of deprecated GDK functionPhilipp Stephani2017-08-271-7/+12
* Do not munge contents of local symbolic linksPaul Eggert2017-08-261-19/+9
* Improve doc for file-name-absolute-p.Paul Eggert2017-08-261-2/+2
* Fix file-attributes race on GNU hostsPaul Eggert2017-08-253-25/+67
* Simplify expand_and_dir_to_filePaul Eggert2017-08-253-59/+30
* ; * src/w32.c (faccessat): Fix last change. (Bug#28207)Eli Zaretskii2017-08-251-1/+1
* Fix file-name completion on network sharesEli Zaretskii2017-08-251-1/+3
* Prefer ‘double’ for FP temps in xterm.cPaul Eggert2017-08-241-23/+29
* Minor improvements for tramp-interrupt-process, documentationMichael Albinus2017-08-241-2/+2
* Fix a comment whitespace typo.Reuben Thomas2017-08-231-1/+1
* Use lisp type in log message (bug#28176)Alan Third2017-08-231-1/+2
* Fix PNGs on macOS (bug#28176)Alan Third2017-08-231-26/+40
* Add ability to change macOS WM theme (bug#27973)Alan Third2017-08-235-0/+122
* ; * src/w32.c: Fix a typo in a comment.Eli Zaretskii2017-08-221-1/+1
* Avoid losing the buffer restriction in flyspell-modeEli Zaretskii2017-08-211-0/+3
* Fix the 'versionclean' target in src/MakefileSven Joachim2017-08-211-1/+1
* Implement `interrupt-process-functions'Michael Albinus2017-08-211-3/+30
* Avoid floating-point exceptions while drawing underwaveEli Zaretskii2017-08-212-4/+8
* Fix recently-introduced file descriptor leakPaul Eggert2017-08-181-0/+4
* Improve make-temp-file performance on local filesPaul Eggert2017-08-182-7/+17
* Implement HiDPI support for underwave on MS-WindowsEli Zaretskii2017-08-182-4/+24
* Support HiDPI displays for wave style underlinesStephen Pegoraro2017-08-181-5/+25