aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * New commands 'apropos-local-variable', 'apropos-local-value'Drew Adams2017-07-283-0/+57
| * * lisp/loadhist.el (unload-feature): Remove ad-hoc ELP codeStefan Monnier2017-07-272-5/+5
| * Fix C++ class initializers not always being fontified at mode start.Alan Mackenzie2017-07-271-3/+10
| * Fix variables in C++ "for" statement not always being fontified.Alan Mackenzie2017-07-271-4/+9
| * Add watchdog process to tramp-test36-asynchronous-requestsMichael Albinus2017-07-271-6/+18
| * CC Mode: Fix declarator being cut off from terminator by end of jit-lock chunkAlan Mackenzie2017-07-271-7/+20
| * * lisp/vc/smerge-mode.el: Avoid N² blow up in degenerate casesStefan Monnier2017-07-271-17/+49
| * * lisp/url/url-cookie.el: Use lexical-bindingStefan Monnier2017-07-271-26/+15
| * * lisp/calendar/todo-mode.el (todo-print-buffer-function): Rework docstring.Stefan Monnier2017-07-271-5/+3
| * * lisp/ruler-mode.el (ruler-mode-ruler): Document problem.Stefan Monnier2017-07-271-0/+4
| * * lisp/emacs-lisp/cl-generic.el (cl-generic-define-method):Stefan Monnier2017-07-261-17/+18
| * * doc/lispref/loading.texi (When to Autoload): New section.Glenn Morris2017-07-261-0/+40
| * Stop using unibyte buffers for ert backtracesGlenn Morris2017-07-261-2/+1
| * Fix semantic-symref-parse-tool-output-one-line after 644cdd1aa0Dmitry Gutov2017-07-261-17/+16
| * Fix cl-defmethod indentationGrégoire Jadi2017-07-261-1/+1
| * Fix two customization types in frame.elMartin Rudalics2017-07-261-2/+2
| * Dired: Support eshell-ls from the beginning if the user wants toTino Calancha2017-07-262-0/+14
| * * lisp/progmodes/sh-script.el (sh-mode): Recognize mkshrc.Mark Oteiza2017-07-251-0/+1
| * * lisp/emacs-lisp/eieio-compat.el (eieio--defgeneric-init-form):Stefan Monnier2017-07-251-1/+2
| * ; Instrument entry of tramp--test-instrument-test-caseMichael Albinus2017-07-251-2/+3
| * ls-lisp: Add an unload function and enable lexical bindingTino Calancha2017-07-252-1/+44
| * register-read-with-preview: Quit if user input C-g or ESCTino Calancha2017-07-253-1/+51
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMichael R. Mauger2017-07-24202-1694/+6978
|\ \ | |/
| * ; Fix previous commitMark Oteiza2017-07-241-3/+2
| * Recognize MirBSD Korn shell rc fileMark Oteiza2017-07-241-1/+1
| * * configure.ac: Be explicit about ImageMagick version in summary.Glenn Morris2017-07-241-1/+1
| * Properly align global lispsymAndreas Schwab2017-07-253-4/+6
| * Do not use ImageMagick 7 and laterPaul Eggert2017-07-241-1/+2
| * * lisp/progmodes/perl-mode.el: Add support for indented here docsStefan Monnier2017-07-242-29/+22
| * (loadhist-unload-element): Move ERT and cl-generic methodsStefan Monnier2017-07-243-15/+24
| * Fix Bug#27371Michael Albinus2017-07-242-35/+72
| * Ensure that we parse images right in shr.elGrégoire Jadi2017-07-241-0/+1
| * Update .gitignore for Valgrind and no AutomakePaul Eggert2017-07-231-1/+1
| * Merge from gnulibPaul Eggert2017-07-236-20/+20
| * ; Don't keep temporary buffers alive after a dired testTino Calancha2017-07-241-11/+18
| * Add 'rx' pattern for pcase.Philipp Stephani2017-07-234-1/+69
| * Use a named function for global minor mode turn-on argumentMark Oteiza2017-07-231-6/+9
| * Enable GUI Emacs without 'make install' on macOS (Bug #27645)Charles A. Roelli2017-07-233-4/+28
| * Convert CC Mode's c-found-types from an obarray to a hash table.Alan Mackenzie2017-07-231-18/+10
| * Fix image/svg+xml display in shrLars Ingebrigtsen2017-07-231-1/+1
| * * lisp/display-line-numbers.el (display-line-numbers-type): Autoload it.Michael Albinus2017-07-231-0/+1
| * Don't automatically enable Gconf if Gsettings was foundGlenn Morris2017-07-221-2/+4
| * * configure.ac (MODULES_SUFFIX): Always give it a value.Glenn Morris2017-07-221-11/+6
| * * doc/emacs/frames.texi (Fonts): Mention Gsettings.Glenn Morris2017-07-221-1/+2
| * Add line numbers display to the Options menuMichael Albinus2017-07-221-11/+56
| * ; * CONTRIBUTE: Rearrange sections into a more logical order.Eli Zaretskii2017-07-221-85/+85
| * Signal error for symbol names with strange quotes (Bug#2967)Noam Postavsky2017-07-223-0/+39
| * Revert "Let delete-selection-mode work with popup-menu commands (Bug#27569)"Noam Postavsky2017-07-221-4/+0
| * Add a minor mode interface for display-line-numbersAlexander Gramiak2017-07-226-20/+145
| * Support indented HERE-DOCs in cperl-modevividsnow2017-07-221-2/+2