aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into concurrency-libtaskPhilipp Stephani2016-10-302-6/+11
|\
| * Quote file names in dired compression commandsJosé L. Doménech2016-10-291-5/+7
| * Improve result of `auth-source-search' in TrampMichael Albinus2016-10-281-1/+4
* | Merge branch 'master' into concurrency-libtaskPhilipp Stephani2016-10-282-25/+45
|\ \ | |/
| * Fix avl-tree alias docstringsMark Oteiza2016-10-271-5/+7
| * electric-quote-chars fixupsPaul Eggert2016-10-271-19/+24
| * New user variable 'electric-quote-chars'Göktuğ Kayaalp2016-10-271-20/+33
* | WIP: CSP based on libtaskPhilipp Stephani2016-10-262-0/+42
* | Clarify the behavior of minor mode commandsPhilipp Stephani2016-10-261-2/+6
|/
* * lisp/shell.el (shell--unquote&requote-argument): Match data misuseFilipp Gunbin2016-10-261-3/+7
* xwidget: Map "previous-line" and "next-line" to scrollRicardo Wurmus2016-10-251-2/+2
* xwidget: Bind "beginning-of-buffer" and "end-of-buffer"Ricardo Wurmus2016-10-251-2/+15
* Implement zoom for WebKit widget.Ricardo Wurmus2016-10-251-0/+13
* Dynamically resize WebKit widget.Ricardo Wurmus2016-10-251-8/+25
* Let initial WebKit view fill windowRicardo Wurmus2016-10-251-1/+3
* xwidget: Remove title hack.Ricardo Wurmus2016-10-251-24/+0
* xwidget: Get URL asynchronously.Ricardo Wurmus2016-10-251-5/+5
* xwidget: Get selection with asynchronous JavaScriptRicardo Wurmus2016-10-251-5/+7
* xwidget: Add function to find element by CSS selectorRicardo Wurmus2016-10-251-0/+17
* xwidget: Simplify functions to scroll to elementsRicardo Wurmus2016-10-251-44/+35
* xwidget: Get title via asynchronous JavaScript.Ricardo Wurmus2016-10-251-7/+8
* xwidget: Do not use `xwidget-execute-script-rv' to insert stringRicardo Wurmus2016-10-251-24/+23
* Remove scrolled window container around WebKit widgetRicardo Wurmus2016-10-251-6/+12
* xwidget: Pass JavaScript return value to optional callback procedureRicardo Wurmus2016-10-251-14/+19
* xwidget: Use WebKit2 APIRicardo Wurmus2016-10-251-3/+2
* Merge from origin/emacs-25Paul Eggert2016-10-251-0/+3
|\
| * Comment for bug#24793Eli Zaretskii2016-10-251-0/+3
* | Merge from origin/emacs-25Paul Eggert2016-10-251-11/+21
|\ \ | |/
| * Fix Bug#24478Michael Albinus2016-10-241-11/+21
| * Revert "* lisp/simple.el (process-menu-mode, list-processes--refresh):"Eli Zaretskii2016-10-231-3/+1
| * Revert "* lisp/ibuf-ext.el (ibuffer-do-shell-command-file):"Eli Zaretskii2016-10-231-8/+4
| * Revert "* lisp/ibuffer.el (ibuffer): Improve 'other-window' case. (Bug#23617)"Eli Zaretskii2016-10-231-2/+1
* | * lisp/emacs-lisp/seq.el (seq-random-elt): Fix docstring.Nicolas Petton2016-10-251-1/+1
* | ; Add missing `require'Philipp Stephani2016-10-251-0/+2
* | Add seq-random-elt to seq.elDamien Cassou2016-10-251-1/+8
* | * lisp/emacs-lisp/seq.el (seq-let): Fix debug spec (Bug#24738)Nicolas Petton2016-10-241-1/+1
* | Don't prompt user when killing Flymake processesKarl Chen2016-10-241-0/+1
* | ; Apply whitespace conventions of Tramp upstreamMichael Albinus2016-10-231-33/+33
* | Merge from origin/emacs-25Paul Eggert2016-10-234-33/+24
|\ \ | |/
| * electric-quote mode no longer worries about codingPaul Eggert2016-10-231-17/+4
| * Let describe-function work for lambda againNoam Postavsky2016-10-211-16/+17
| * Fix kill-line's docstringNoam Postavsky2016-10-211-2/+2
| * * lisp/electric.el (electric-quote-mode): Improve doc (Bug#24759).Paul Eggert2016-10-211-0/+3
| * vc-region-history: Search just on lines intersecting the regionTino Calancha2016-10-201-1/+1
| * Fix cursor at bottom left of rectangle (bug#24364)Alan Third2016-10-191-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-10-234-234/+159
|\ \ | |/
| * Change Tramp version to "2.2.13.25.2"Michael Albinus2016-10-191-3/+3
| * * lisp/emacs-lisp/autoload.el (update-directory-autoloads): Fix last change.Eli Zaretskii2016-10-191-2/+1
| * Don't scan compiled module files for autoloadsEli Zaretskii2016-10-191-1/+7
| * Fix Bug#24698Michael Albinus2016-10-181-136/+131