aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * * lisp/emacs-lisp/cl-lib.el (cl--random-time): Remove as wellStefan Monnier2017-07-141-5/+0
| * Do not convert ij and IJ to compatibility charsPaul Eggert2017-07-142-3/+3
| * Remove Turkish ligatures from Dutch input methodToon Claes2017-07-142-12/+4
| * Improve stack-overflow heuristic on GNU/LinuxPaul Eggert2017-07-147-17/+18
| * Remove duplicate cl--random-state definitionPaul Eggert2017-07-141-3/+0
| * Adjust timer in tramp-test36-asynchronous-requestsMichael Albinus2017-07-141-1/+7
| * Always display rmail progress report under user controlEli Zaretskii2017-07-141-2/+0
| * Avoid byte-compilation warnings for advised functionsEli Zaretskii2017-07-141-0/+9
| * Add assertion related to display-line-numbersEli Zaretskii2017-07-141-0/+2
| * Prevent display corruption when display-line-numbers is setEli Zaretskii2017-07-141-3/+3
| * Revert "Use fixed-pitch font for display-line-numbers"Eli Zaretskii2017-07-141-5/+2
| * Merge from gnulibPaul Eggert2017-07-1313-89/+113
| * Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsVincent Belaïche2017-07-1310-67/+104
| |\
| | * C++ Mode. Fix anomaly occurring when a ">" is deleted then reinserted.Alan Mackenzie2017-07-132-21/+39
| | * ; Improve tramp-tests tracesMichael Albinus2017-07-132-3/+9
| | * Fix some bugs in c-defun-name. This fixes bug #25623.Alan Mackenzie2017-07-121-10/+17