aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-161-2/+18
* Fix some frame handling issues on NSAlan Third2017-07-152-0/+38
* Avoid link errors with older versions of GnuTLSEli Zaretskii2017-07-151-0/+6
* Improve some GnuTL error messagesEli Zaretskii2017-07-152-6/+14
* Fix compilation of gnutls.c with older GnuTLSEli Zaretskii2017-07-151-0/+2
* 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-151-52/+45
* GnuTLS integer-overflow and style fixesPaul Eggert2017-07-143-305/+237
* Fix the MS-Windows build due to added GnuTLS functionsEli Zaretskii2017-07-143-3/+123
* GnuTLS HMAC and symmetric cipher supportTed Zlatanov2017-07-144-29/+786
* Improve stack-overflow heuristic on GNU/LinuxPaul Eggert2017-07-147-17/+18
* 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
* Minor tweaks of new line number display variablesMartin Rudalics2017-07-121-18/+21
* Avoid assertion violations in close_infile_unwindEli Zaretskii2017-07-121-1/+1
* ; * src/xdisp.c (syms_of_xdisp) <display-line-numbers>: Copyedits.Eli Zaretskii2017-07-111-5/+5
* Improve documentation of display-line-numbersEli Zaretskii2017-07-111-1/+6
* Add an optional testfn parameter to assocNicolas Petton2017-07-1116-27/+33
* Fix core dump in substitute-object-in-subtreePaul Eggert2017-07-095-136/+53
* Minor simplification of module_free_global_refPhilipp Stephani2017-07-101-8/+3
* Re-add a useful assertionPhilipp Stephani2017-07-101-1/+4
* Fix bug in module_free_global_ref (Bug#27587)Valentin Gatien-Baron2017-07-101-1/+1
* Avoid crashes on MS-Windows starting 64-bit .NET executablesSaulius Menkevičius2017-07-091-29/+34
* Speed up display of line numbers for very large buffersEli Zaretskii2017-07-091-4/+16
* ; * src/emacs-module.c (module_assert_thread): Simplify.Philipp Stephani2017-07-091-4/+6
* Define internal_border_parts for window systems only (Bug#27615)Alexander Kuleshov2017-07-091-0/+2
* Module assertions: check for garbage collectionsPhilipp Stephani2017-07-081-2/+4
* Avoid compiler warnings in xdisp.c debugging codeAlexander Kuleshov2017-07-081-7/+7