aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-26Glenn Morris2018-01-155-18/+126
|\
| * * lisp/gnus/message.el (message-do-auto-fill): Prevent do-auto-fill fromKatsumi Yamaoka2018-01-121-1/+2
| * * lisp/emacs-lisp/generator.el (iter-defun): Add 'doc-string' prop.Stefan Monnier2018-01-111-1/+2
| * * lisp/emacs-lisp/syntax.el (syntax-propertize): Fix bug#29767Stefan Monnier2018-01-111-0/+8
| * Improve documentation of fill-separate-heterogeneous-words-with-spaceCharles A. Roelli2018-01-101-4/+5
| * Fix documentation of some x-* functionsEli Zaretskii2018-01-101-12/+109
* | * lisp/mail/smtpmail.el (smtpmail-send-data-1): No string-as-multibyteStefan Monnier2018-01-151-6/+6
* | (set-buffer-process-coding-system): Mark as interactive-only.Stefan Monnier2018-01-151-0/+1
* | Fix Bug#29149 in dired-aux.elShuguang Sun2018-01-131-4/+5
* | Fix Bug#29149 in shell.elMichael Albinus2018-01-131-2/+2
* | Improve Tramp robustnessMichael Albinus2018-01-135-48/+52
* | * lisp/frame.el (toggle-frame-maximized/fullscreen): Add frame arg.Juri Linkov2018-01-121-17/+16
* | * lisp/windmove.el (windmove-default-keybindings): Allow list of modifiers.Juri Linkov2018-01-121-8/+10
* | * lisp/mail/smtpmail.el: Use lexical-binding and cl-genericStefan Monnier2018-01-111-53/+57
* | * lisp/org/org-element.el: Add comment about use of internal functionsStefan Monnier2018-01-111-0/+2
* | Remove some more face aliases obsolete since 22.1Glenn Morris2018-01-103-5/+0
* | Remove message.el face aliases obsolete since 22.1Glenn Morris2018-01-101-20/+0
* | Remove Gnus face aliases obsolete since 22.1Glenn Morris2018-01-105-192/+0
* | ; lisp/progmodes/cc-cmds.el: Comment.Glenn Morris2018-01-101-1/+1
* | Remove obsolete variable sun-raw-prefix-hooksGlenn Morris2018-01-101-18/+1
* | * lisp/calendar/appt.el: Use lexical-bindingStefan Monnier2018-01-101-23/+21
* | * lisp/calendar/diary-lib.el: Fix bug#30051Stefan Monnier2018-01-101-7/+11
* | Remove some obsolete calendar functions and variablesGlenn Morris2018-01-093-14/+1
* | Remove some obsolete compat code in supercite.elGlenn Morris2018-01-091-11/+3
* | Remove some obsolete compat code in f90.elGlenn Morris2018-01-091-11/+4
* | Remove some obsolete compat code in fortran.elGlenn Morris2018-01-091-6/+2
* | Merge from origin/emacs-26Paul Eggert2018-01-098-43/+78
|\ \ | |/
| * * lisp/epg.el (epg-start-sign): Replace obsolete functions.Glenn Morris2018-01-091-2/+2
| * Small fix for erc-logging-enabledGlenn Morris2018-01-091-2/+3
| * Quieten semantic normal usageGlenn Morris2018-01-091-1/+2
| * Avoid irrelevant hyperlink in doc string of 'epa-pinentry-mode'Eli Zaretskii2018-01-081-2/+5
| * Query background for gnome terminal version 3.22 (Bug#29716)Noam Postavsky2018-01-071-1/+6
| * Make pixel-wise scrolling less laggyTak Kunihiro2018-01-071-23/+48
| * Fix mark-defun when there's no spaces between successive defuns.Alan Mackenzie2018-01-061-10/+8
| * Fix failures in smerge-mode on MS-WindowsEli Zaretskii2018-01-051-2/+4
* | Merge from origin/emacs-26Paul Eggert2018-01-094-17/+31
|\ \ | |/
| * * lisp/vc/vc.el (vc-region-history): log-view-vc-fileset holds a list!Stefan Monnier2018-01-031-1/+1
| * Don't bind dframe events on load (Bug#29599)Noam Postavsky2018-01-021-10/+16
| * * lisp/textmodes/picture.el (picture-mode-exit): Doc fix. (Bug#29949)Eli Zaretskii2018-01-021-2/+3
| * * lisp/textmodes/picture.el (picture-open-line): Doc fix. (Bug#29948)Eli Zaretskii2018-01-021-2/+3
| * New customization variable for python-mode indentation (Bug#28475)Ross Donaldson2018-01-011-2/+8
| * ; Auto-commit of loaddefs files.Glenn Morris2018-01-011-26/+10
* | Fix Bug#30038Michael Albinus2018-01-091-2/+3
* | cl-loop: Add missing guard conditionTino Calancha2018-01-081-7/+25
* | Add macOS character-palette (bug#29837)Alan Third2018-01-071-0/+8
* | cl-loop: Calculate the array length just onceTino Calancha2018-01-081-3/+9
* | Revert "Prevent name clashes between CL structures and builtin types"Philipp Stephani2018-01-072-12/+0
* | Ignore escape characters for context-sensitive quotes (Bug#29812)Philipp Stephani2018-01-071-0/+1
* | Fix a small bug in electric quoting.Philipp Stephani2018-01-071-1/+2
* | Prevent name clashes between CL structures and builtin typesPhilipp Stephani2018-01-072-0/+12