summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix macOS compatibility versions for vibrant dark theme (bug#28415)Alan Third2017-09-111-9/+9
* Fix race with rename-file etc. with dir NEWNAMEPaul Eggert2017-09-101-28/+27
* Implement renameat_noreplace on recent CygwinKen Brown2017-09-101-0/+6
* Remove more compilation warnings in MinGW64 buildEli Zaretskii2017-09-093-0/+11
* Improve --enable-gcc-warnings for MinGW64Paul Eggert2017-09-095-7/+24
* Fix compilation warnings in MinGW64 build using GCC 7Eli Zaretskii2017-09-0910-16/+17
* Avoid infloop when scrolling under scroll-preserve-screen-positionEli Zaretskii2017-09-091-0/+5
* Fix line-pixel-height for lines of variable heightEli Zaretskii2017-09-081-0/+4
* Avoid compiler warnings on MS-Windows with GCC 6 and 7Eli Zaretskii2017-09-083-4/+4
* Fix 'directory-file-name' on DOS_NT systems as wellEli Zaretskii2017-09-081-1/+1
* Fix bug: (directory-file-name "///") returned "//"Paul Eggert2017-09-071-7/+8
* Set frame size to actual requested size (bug#18215)Alan Third2017-09-071-2/+2
* 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