summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-09-11Fix macOS compatibility versions for vibrant dark theme (bug#28415)Alan Third
2017-09-10Fix race with rename-file etc. with dir NEWNAMEPaul Eggert
2017-09-10Implement renameat_noreplace on recent CygwinKen Brown
2017-09-09Remove more compilation warnings in MinGW64 buildEli Zaretskii
2017-09-09Improve --enable-gcc-warnings for MinGW64Paul Eggert
2017-09-09Fix compilation warnings in MinGW64 build using GCC 7Eli Zaretskii
2017-09-09Avoid infloop when scrolling under scroll-preserve-screen-positionEli Zaretskii
2017-09-08Fix line-pixel-height for lines of variable heightEli Zaretskii
2017-09-08Avoid compiler warnings on MS-Windows with GCC 6 and 7Eli Zaretskii
2017-09-08Fix 'directory-file-name' on DOS_NT systems as wellEli Zaretskii
2017-09-07Fix bug: (directory-file-name "///") returned "//"Paul Eggert
2017-09-07Set frame size to actual requested size (bug#18215)Alan Third
2017-09-05Revert "Force screen update after drawing cursor glyph (bug#23774)"Alan Third
2017-09-05Avoid losing Ctrl-C keystrokes in compilation mode on MS-WindowsEli Zaretskii
2017-09-05* src/image.c (Fimagemagick_types): Doc fix.Andreas Schwab
2017-09-04Revert recent float→double Motif changePaul Eggert
2017-09-03Force screen update after drawing cursor glyph (bug#23774)Alan Third
2017-09-03In delete_frame do not delete terminal for any toolkit buildMartin Rudalics
2017-09-02Improve error messages for improper plists (Bug#27726)Philipp Stephani
2017-09-02* src/fileio.c (Fexpand_file_name): Doc fix. (Bug#27982)Eli Zaretskii
2017-08-31Remove unneeded version checks (bug#28222)Alan Third
2017-08-31In xterm.c fix some recently introduced compiler warningsMartin Rudalics
2017-08-31Restrict fix of Bug#24963 and Bug#25887 to GTK buildsMartin Rudalics
2017-08-30Preserve display's foreground color when clearing internal borders (Bug#28278)Martin Rudalics
2017-08-29Make garbage collection more conservativePaul Eggert
2017-08-29Improve stack-top heuristicPaul Eggert
2017-08-29Align stack bottom properly.Paul Eggert
2017-08-29Avoid spinning waiting for git-gui.exe on WindowsEli Zaretskii
2017-08-29Fix cross macOS version building (bug#28222)Alan Third
2017-08-29Enable thin font smoothing in macOS (bug#28222)Ben Bonfil
2017-08-29Avoid aborting in 'waitpid' on MS-WindowsEli Zaretskii
2017-08-28Simplify remove_slash_colonPaul Eggert
2017-08-28Don’t assume -g3 in .gdbinitPaul Eggert
2017-08-27Fix previous xterm.h change for non-gtk buildsGlenn Morris
2017-08-27Fix GdkSettings-related deprecation warningsPhilipp Stephani
2017-08-27Always use gtk_window_move in new versionsPhilipp Stephani
2017-08-27Remove use of a deprecated GTK+ function in new versionsPhilipp Stephani
2017-08-27Stop using deprecated GdkScreen monitor functions in newer GDKPhilipp Stephani
2017-08-27Use GdkSeat in new GDK versionsPhilipp Stephani
2017-08-27* src/xterm.c (XTflash): Don’t use gdk_cairo_create in GDK 3.22+Philipp Stephani
2017-08-27Remove call of deprecated GDK functionPhilipp Stephani
2017-08-26Do not munge contents of local symbolic linksPaul Eggert
2017-08-26Improve doc for file-name-absolute-p.Paul Eggert
2017-08-25Fix file-attributes race on GNU hostsPaul Eggert
2017-08-25Simplify expand_and_dir_to_filePaul Eggert
2017-08-25; * src/w32.c (faccessat): Fix last change. (Bug#28207)Eli Zaretskii
2017-08-25Fix file-name completion on network sharesEli Zaretskii
2017-08-24Prefer ‘double’ for FP temps in xterm.cPaul Eggert
2017-08-24Minor improvements for tramp-interrupt-process, documentationMichael Albinus
2017-08-23Fix a comment whitespace typo.Reuben Thomas