aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Make prog-mode-map the parent of c-mode-base-map. Fixes bug #26658.Vasilij Schneidermann2017-07-121-0/+2
| | * CC Mode: create and use c-set-keymap-parent.Alan Mackenzie2017-07-122-12/+13
| | * Minor tweaks of new line number display variablesMartin Rudalics2017-07-124-21/+24
| * | Add tests for SES, and fix one more cell renaming bug.Vincent Belaïche2017-07-132-19/+180
| |/
| * Avoid assertion violations in close_infile_unwindEli Zaretskii2017-07-121-1/+1
| * ; Enable traces for tramp-tests.el on hydraMichael Albinus2017-07-122-3/+14
| * Use fixed-pitch font for display-line-numbersEli Zaretskii2017-07-111-2/+5
| * ; * 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-1119-36/+53
| * Use `with-demoted-errors' in TrampMichael Albinus2017-07-102-2/+17
| * Add Quick Start Guide to Tramp manualMichael Albinus2017-07-103-63/+208
| * Fix failing module tests on GNU/LinuxGlenn Morris2017-07-091-2/+2
| * Fix core dump in substitute-object-in-subtreePaul Eggert2017-07-097-137/+60
| * 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
| * Further improve electric quote support for Markdown (Bug#24709)Philipp Stephani2017-07-092-14/+18
| * Remove pointless code in 'electric-quote-mode'Philipp Stephani2017-07-091-5/+1
| * Refactor 'electric-quote-mode'Philipp Stephani2017-07-091-49/+47
| * Avoid crashes on MS-Windows starting 64-bit .NET executablesSaulius Menkevičius2017-07-091-29/+34
| * Avoid compilation warning in files.elEli Zaretskii2017-07-091-1/+4
| * Improve indexing of VC-related stuff in the Emacs manualEli Zaretskii2017-07-091-0/+1
| * ; * etc/NEWS: Fix a typo.Eli Zaretskii2017-07-091-1/+1
| * 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
| * Add realgud faces faces to whiteboard...R. Bernstein2017-07-082-2/+12
| * ; Merge: Update and optimize UCS normalization testsNoam Postavsky2017-07-081-94/+153
| |\
| | * Optimize UCS normalization testsNoam Postavsky2017-07-081-51/+66
| | * Update failing lines for UCS normalize testsNoam Postavsky2017-07-081-13/+15
| | * Semi-automate the procedure for updating UCS normalize test bad linesNoam Postavsky2017-07-081-32/+74
| * | * lisp/cus-start.el (standard): Spelling fix.Paul Eggert2017-07-081-1/+1
| * | Module assertions: check for garbage collectionsPhilipp Stephani2017-07-083-31/+85
| * | Capitalize the menu entry for display-line-numbersEli Zaretskii2017-07-081-1/+1
| |/
| * Update Unicode data and files to Unicode 10.0Eli Zaretskii2017-07-0813-57/+1151
| * Support '=' in Scheme and Lisp tags in 'etags'Alexander Gramiak2017-07-0811-55/+162
| * Avoid compiler warnings in xdisp.c debugging codeAlexander Kuleshov2017-07-081-7/+7
| * Commentary enhancement in frame.elEli Zaretskii2017-07-081-1/+7
| * Support display of line numbers nativelyEli Zaretskii2017-07-0817-42/+876
| |\
| | * Exclude blank columns from value of line-number-display-widthEli Zaretskii2017-07-071-3/+1
| | * Fix vertical-motion across the place where line-number width changesEli Zaretskii2017-07-074-25/+101
| | * Implement line numbers that disregard narrowingEli Zaretskii2017-07-064-12/+57
| | * Fix display of current line number in visual modeEli Zaretskii2017-07-041-1/+4
| | * Avoid errors in vertical-motion when buffer is narrowedEli Zaretskii2017-07-031-0/+13
| | * Avoid off-by-one errors in column C-n/C-p calculationsEli Zaretskii2017-07-021-1/+18
| | * Improve display of tabs with line numbersEli Zaretskii2017-07-011-4/+5
| | * Avoid slow redisplay under 'visual' mode of line numbersEli Zaretskii2017-07-011-1/+8
| | * Improve documentation of faces related to display-line-numbersEli Zaretskii2017-06-301-2/+14
| | * Fix relative-number display with non-nil display-line-number-widthEli Zaretskii2017-06-301-19/+16