aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from Gnulib; use ‘open’ for O_CLOEXECPaul Eggert2017-08-162-11/+1
* Allow use of run-time OS version checks on macOS (bug#27810)Alan Third2017-08-165-138/+211
* Add multiframe image support to NS port (bug#21714)Alan Third2017-08-162-0/+62
* Fix the MS-Windows buildEli Zaretskii2017-08-151-1/+4
* Improve rename-file port to macOSPaul Eggert2017-08-141-1/+1
* Improve rename-file behavior on macOSPaul Eggert2017-08-142-2/+6
* Implement renameat_noreplace for MS-WindowsEli Zaretskii2017-08-141-0/+4
* Fix 'rename' on MS-WindowsEli Zaretskii2017-08-141-4/+4
* Fix vertical cursor motion across too wide imagesEli Zaretskii2017-08-131-2/+2
* Fix make-temp-file bug with ""/"."/".." prefixPaul Eggert2017-08-121-5/+4
* Improve make-temp-file performance on local filesPaul Eggert2017-08-124-135/+50
* Fix completion on directory names on MS-DOS/MS-WindowsEli Zaretskii2017-08-122-4/+32
* Implement EXCL of write-region for TrampMichael Albinus2017-08-123-2/+14
* Use Gnulib 'tempname' on MS-WindowsEli Zaretskii2017-08-122-61/+1
* Improve performance for rename-file etc.Paul Eggert2017-08-111-61/+66
* Fix crashing emacs-module tests on MS-WindowsEli Zaretskii2017-08-091-0/+8
* Document make-temp-name magic limitationsPaul Eggert2017-08-081-1/+2
* Let `define-symbol-prop' take effect during compilationStefan Monnier2017-08-071-0/+11
* Fix infinite recursion under prettify-symbols-mode and linum-modeEli Zaretskii2017-08-071-0/+3
* Fix some crashes on self-modifying Elisp codePaul Eggert2017-08-061-61/+67
* Respect comment-auto-fill-only-commentsTom Tromey2017-08-051-4/+7
* Fix a bug in 'generate-new-buffer-name'Eli Zaretskii2017-08-051-1/+2
* Port recent rename changes to Ubuntu 14.04Paul Eggert2017-08-041-1/+1
* Fix version numbers for some GnuTLS featuresPaul Eggert2017-08-032-215/+171
* Port recent rename changes to RHEL 7 + NFSPaul Eggert2017-08-031-15/+30
* Port GnuTLS usage to Ubuntu 16.04.2 LTSPaul Eggert2017-08-031-1/+10
* Simplify configuration of HAVE_GNUTLS3 etc.Paul Eggert2017-08-021-2/+10
* When renaming a file, ask only if EEXIST or ENOSYSPaul Eggert2017-08-024-39/+73
* When creating a link, ask only if EEXISTPaul Eggert2017-08-021-31/+27
* Don’t worry about unlink if errno == ENOENTPaul Eggert2017-08-012-2/+3
* Avoid most stat calls when completing file namesPaul Eggert2017-07-311-30/+41
* ; Don't use non-ASCII quotes in commentsEli Zaretskii2017-07-302-5/+5
* Preserve this-command-keys across recursive-edit invocationsEli Zaretskii2017-07-281-0/+7
* Properly align global lispsymAndreas Schwab2017-07-252-3/+3
* Enable GUI Emacs without 'make install' on macOS (Bug #27645)Charles A. Roelli2017-07-231-0/+13
* Signal error for symbol names with strange quotes (Bug#2967)Noam Postavsky2017-07-221-0/+18
* Add a minor mode interface for display-line-numbersAlexander Gramiak2017-07-221-1/+1
* Simplify recent gnutls.c changesPaul Eggert2017-07-201-35/+10
* Fix hscrolling calculations when display-line-numbers is setEli Zaretskii2017-07-201-3/+17
* * src/gnutls.c (clear_storage): Define only if needed.Philipp Stephani2017-07-191-0/+4
* Avoid infloop due to Eshell's "smart" redisplayEli Zaretskii2017-07-181-0/+13
* Fix indentation when display-line-numbers is non-nilEli Zaretskii2017-07-181-1/+1
* Don't use gtk_widget_get_scale_factor on old GTK3 versionsLars Ingebrigtsen2017-07-181-1/+1
* Port gnutls.c to older (buggier?) GnuTLSPaul Eggert2017-07-181-2/+7
* Move comments aroundLars Ingebrigtsen2017-07-171-1/+1
* Make scaling work (?) on pre-GTK3 systemsLars Ingebrigtsen2017-07-171-1/+18
* Always return the GDK scaleLars Ingebrigtsen2017-07-171-1/+1
* Remove usage of the GDK_SCALE variableLars Ingebrigtsen2017-07-173-31/+12
* Get positions of menus and tooltips right on HiDPILars Ingebrigtsen2017-07-173-1/+16
* Allow user control on what starts and ends a paragraph for bidiEli Zaretskii2017-07-173-7/+87