summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use a more specific test for running on hydra.nixos.orgGlenn Morris2017-07-186-9/+9
* Avoid infloop due to Eshell's "smart" redisplayEli Zaretskii2017-07-181-0/+13
* ; Add further traces to tramp-tests.elMichael Albinus2017-07-181-3/+4
* * emacs-lisp/cl-lib.el (cl--old-struct-type-of): Accept `[]'Stefan Monnier2017-07-181-1/+1
* 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
* Let delete-selection-mode work with popup-menu commands (Bug#27569)Noam Postavsky2017-07-181-0/+4
* Port gnutls.c to older (buggier?) GnuTLSPaul Eggert2017-07-181-2/+7
* Fix relocation with named cell referred to by a one-symbol formula.Vincent Belaïche2017-07-172-4/+30
* Fix symbol completion and document it.Vincent Belaïche2017-07-172-7/+194
* 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
* ; * doc/emacs/dired.texi (Subdirectory Motion): Fix a typo. (Bug#27727)Eli Zaretskii2017-07-171-1/+1
* Allow user control on what starts and ends a paragraph for bidiEli Zaretskii2017-07-176-24/+145
* * lisp/emacs-lisp/map.el (map-put): Fix redundancy in docstring.Tino Calancha2017-07-171-2/+0
* alist-get: Add optional arg TESTFNTino Calancha2017-07-176-23/+52
* Fix `tramp-test39-unload'Michael Albinus2017-07-171-16/+17
* Preserve point under 'dired-auto-revert-buffer' (second case)Stephen Berman2017-07-172-1/+31
* Have Fgnutls_available_p return Qnil when GNUTLS is undefinedMartin Rudalics2017-07-171-1/+7
* * src/gnutls.c: Restore some comments.Paul Eggert2017-07-161-4/+9
* Use memset, not bzeroPaul Eggert2017-07-161-3/+3
* Use explicit_bzero to clear GnuTLS keysPaul Eggert2017-07-166-4/+110
* Merge from gnulibPaul Eggert2017-07-165-22/+59
* Fix vc-src-dir-status-filesDieter Deyke2017-07-171-1/+1
* Fix mismatched parensWilfred Hughes2017-07-161-1/+1
* Add missing declare-function for new functionAlan Third2017-07-161-0/+1
* Realgud for tango themesR. Bernstein2017-07-162-0/+20
* Fix test when running from test/lisp/subr-tests.elcNoam Postavsky2017-07-151-3/+3
* Fix some frame handling issues on NSAlan Third2017-07-153-0/+40
* ls-lisp: Fix file size formatTino Calancha2017-07-162-3/+15
* Avoid link errors with older versions of GnuTLSEli Zaretskii2017-07-151-0/+6
* Improve comments in faces.elEli Zaretskii2017-07-151-1/+6
* Improve some GnuTL error messagesEli Zaretskii2017-07-152-6/+14
* Fix the Elisp manual wrt GnuTL cryptographyEli Zaretskii2017-07-152-0/+6
* Fix compilation of gnutls.c with older GnuTLSEli Zaretskii2017-07-151-0/+2
* Realgud for two more light themesrocky2017-07-152-1/+19
* Rearrange MS-Windows code that dynamically loads GnuTLS functionsEli Zaretskii2017-07-151-36/+62
* Fix the MS-Windows build broken in gnutls.cEli Zaretskii2017-07-151-19/+19
* src/image.c (compute_image_size): Remove superfluous checks.Lars Ingebrigtsen2017-07-151-2/+2
* Make combinations of :width/:max-height image specs work reliablyLars Ingebrigtsen2017-07-154-54/+72
* Fix recent theme changesGlenn Morris2017-07-142-22/+20
* GnuTLS integer-overflow and style fixesPaul Eggert2017-07-144-359/+317
* * .gitlab-ci.yml: Don't install a C++ compiler. Suppress apt interaction.Noam Postavsky2017-07-141-1/+1
* Fix the MS-Windows build due to added GnuTLS functionsEli Zaretskii2017-07-144-13/+136
* ; Standardize license notices in new filesGlenn Morris2017-07-142-6/+10
* * lisp/emacs-lisp/bytecomp.el: Fix bug#14860.Stefan Monnier2017-07-144-38/+18
* GnuTLS HMAC and symmetric cipher supportTed Zlatanov2017-07-148-29/+1340