aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add file name handler support for file-system-infoMichael Albinus2017-10-032-0/+24
* Port file-system-info to non-MicrosoftPaul Eggert2017-10-011-0/+39
* Merge from origin/emacs-26Paul Eggert2017-10-0120-220/+497
|\
| * Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-0117-180/+180
| * Merge from GnulibPaul Eggert2017-10-011-4/+4
| * Make the value nil in text-quoting-style mean what it does in Emacs 25.Alan Mackenzie2017-10-011-20/+16
| * Make text-quoting-style customizable. Introduce t and new meaning for nil.Alan Mackenzie2017-10-011-16/+20
| * Improve handling of iconification of child frames (Bug#28611)Martin Rudalics2017-10-011-1/+41
| * Improve documentation of 'copy-sequence'Eli Zaretskii2017-09-301-1/+3
| * Add CAM02 JCh and CAM02-UCS J'a'b' conversionsMark Oteiza2017-09-301-34/+269
* | * src/editfns.c (Fchar_after): Small optimization.Philipp Stephani2017-10-011-3/+3
* | Make logcount act like CL on negative argPaul Eggert2017-09-301-2/+4
* | Simplify logcount implementationPaul Eggert2017-09-301-53/+7
* | Add logcount (Bug#22689)Mark Oteiza2017-09-301-0/+61
* | Merge from origin/emacs-26Paul Eggert2017-09-2944-61/+104
|\ \ | |/
| * Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-09-2942-42/+42
| * Wait for frame visibility with timeout in w32term tooNoam Postavsky2017-09-291-11/+20
| * Bring back the busy wait after x_make_frame_visible (Bug#25521)Noam Postavsky2017-09-291-6/+34
| * ; * src/gtkutil.c (xg_check_special_colors): Add another GTK+ FIXME.Philipp Stephani2017-09-291-0/+4
| * Revert "Fix build on macOS (bug#28571)"Alan Third2017-09-281-9/+0
| * Fix build on macOS (bug#28571)Alan Third2017-09-281-0/+9
| * In w32fullscreen_hook don't add decorations to undecorated framesMartin Rudalics2017-09-281-2/+4
* | Merge from origin/emacs-26Paul Eggert2017-09-295-18/+43
|\ \ | |/
| * * src/editfns.c (styled_format): Fix typo in previous change.Paul Eggert2017-09-261-1/+0
| * Avoid some unnecessary copying in Fformat etc.Paul Eggert2017-09-265-18/+44
* | Merge from origin/emacs-26Paul Eggert2017-09-291-1/+4
|\ \ | |/
| * ; * src/gtkutil.c (xg_create_frame_widgets): Add FIXME re. X drawingPhilipp Stephani2017-09-261-1/+4
* | Revert "GTK+: Stop querying for background colors."Philipp Stephani2017-09-291-13/+0
* | Revert "Don't attempt to disable double buffering in newer GTK+ versions"Philipp Stephani2017-09-261-2/+0
* | Merge from origin/emacs-26Paul Eggert2017-09-2511-63/+269
|\ \ | |/
| * Improve new NS scrolling variable namesAlan Third2017-09-241-14/+14
| * Fix undecorated frame resizing issues on NS (bug#28512)Alan Third2017-09-231-5/+6
| * Expose viewing conditions in CAM02-UCS metricMark Oteiza2017-09-211-23/+84
| * Revert "Set frame size to actual requested size (bug#18215)"Alan Third2017-09-211-2/+2
| * Provide native touchpad scrolling on macOSAlan Third2017-09-193-14/+153
| * Fix MinGW64 build broken by recent MinGW64 import librariesEli Zaretskii2017-09-191-1/+1
| * Fix crashes in 'move-point-visually' in minibuffer windowsEli Zaretskii2017-09-191-2/+2
| * * src/emacs.c (usage_message): Don't mention 'find-file'.Eli Zaretskii2017-09-191-4/+4
| * Avoid crash with C-g C-g in GCPaul Eggert2017-09-171-4/+8
| * Fix format-time-string %Z bug with negative tzPaul Eggert2017-09-171-1/+2
| * Fix bug with min and max and NaNsPaul Eggert2017-09-171-6/+6
| * Avoid GCC 7 compilation warning in eval.cEli Zaretskii2017-09-171-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-09-252-12/+14
|\ \ | |/
| * ; * src/lcms.c: Minor stylistic changes in comments.Eli Zaretskii2017-09-161-4/+4
| * Add lisp variable lcms-d65-xyzMark Oteiza2017-09-161-8/+10
| * Avoid MinGW64 compiler warnings in unexw32.cAndy Moreton2017-09-161-1/+1
* | Don't attempt to disable double buffering in newer GTK+ versionsPhilipp Stephani2017-09-231-0/+2
* | GTK+: Stop querying for background colors.Philipp Stephani2017-09-231-0/+13
* | GTK+: stop calling 'gtk_window_set_wmclass' in new versionsPhilipp Stephani2017-09-231-0/+2
* | GTK+: Use a style provider instead of deprecated functionPhilipp Stephani2017-09-231-6/+13