summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* auth-source-pass: Add documentation; fix tests and indentation.feature/auth-source-passDamien Cassou2017-04-263-145/+161
* auth-source-pass: Enable finding entries by "host/username"foudfou2017-04-262-15/+22
* Integrate auth-source with password-storeDamien Cassou2017-04-262-0/+489
* * lisp/auth-source.el: Document parser functions.Damien Cassou2017-04-261-4/+7
* auth-source: factor out parsers and add testsTed Zlatanov2017-04-262-229/+165
* ; * lisp/Makefile.in: More comments about loaddefs.Glenn Morris2017-04-261-5/+7
* ; * lisp/Makefile.in: Comments about loaddefs.Glenn Morris2017-04-261-19/+36
* Make charprop.el provide a featureGlenn Morris2017-04-262-4/+7
* ; * lisp/loadup.el: Revert accidental blank line in previous.Glenn Morris2017-04-261-1/+0
* * lisp/loadup.el: Get charprop.el into etc/DOC again.Glenn Morris2017-04-261-1/+3
* * lisp/ido.el (ido-everywhere): Use add-function.Stefan Monnier2017-04-261-12/+4
* Try to fix latest fix of w32_mouse_positionMartin Rudalics2017-04-261-14/+14
* Avoid segfaults when 'find-font' is invoked for a TTY frameEli Zaretskii2017-04-261-11/+13
* * lisp/net/tramp.el (tramp-set-connection-local-variables-for-buffer):Michael Albinus2017-04-261-0/+13
* * src/Makefile.in (leimdir): Remove variable, no longer used.Glenn Morris2017-04-251-1/+0
* Generate leim-list via lisp/Makefile, not src/MakefileGlenn Morris2017-04-252-5/+5
* Fix define for GNUstep buildsAlan Third2017-04-251-1/+2
* Suppress intermittent test failure on hydraGlenn Morris2017-04-251-0/+3
* Fix some NS frame handling issuesAlan Third2017-04-251-15/+43
* Avoid parallel race conditionGlenn Morris2017-04-251-1/+1
* Generate each unicode lisp file independentlyGlenn Morris2017-04-243-55/+36
* Further refactoring in unidata-gen.elGlenn Morris2017-04-241-22/+23
* Allow unidata-gen-file to work independentlyGlenn Morris2017-04-241-34/+42
* Preparatory refactoring in unidata-gen.elGlenn Morris2017-04-241-37/+44
* Write each generated character property lisp file only onceGlenn Morris2017-04-241-231/+235
* Fix requesting sparse articles in gnusAndrew G Cohen2017-04-251-3/+3
* Don't advertise s_client in tls.el docsGlenn Morris2017-04-242-8/+8
* Remove s_client usage from tls.elRob Browning2017-04-241-11/+6
* Further robustify cedet bootstrap to loaddefs not yet builtGlenn Morris2017-04-241-0/+2
* Fix XBM colour rendering in NS port (bug#22060)Alan Third2017-04-241-1/+1
* Add support for IRCv3 message tags.Vibhav Pant2017-04-242-6/+29
* Add image sizing tests for an image that's narrowLars Ingebrigtsen2017-04-242-17/+45
* Needlessly refactor tests for clarityLars Ingebrigtsen2017-04-241-15/+15
* Add missing remappings for Ido modePhilipp Stephani2017-04-233-3/+112
* Let w32_mouse_position pick a child window only if it has a child frameMartin Rudalics2017-04-231-8/+16
* Don't require bytecomp for running ert testsNoam Postavsky2017-04-222-2/+4
* Eliminate unneeded warp-to-article in gnus article referralAndrew G Cohen2017-04-231-2/+0
* Allow limiting gnus summary buffers to a threadAndrew G Cohen2017-04-231-5/+15
* Correct gnus-newsgroup-limits in gnus when including threadAndrew G Cohen2017-04-231-0/+8
* Improve gnus thread matching of similar subjectsAndrew G Cohen2017-04-231-1/+1
* ; Merge: improve indent-sexp and lisp-indent-region performanceNoam Postavsky2017-04-222-57/+98
|\
| * Add new `lisp-indent-region' that doesn't reparse the code.Noam Postavsky2017-04-221-4/+44
| * Remove ignored argument from lisp-indent-lineNoam Postavsky2017-04-221-13/+7
| * * lisp/emacs-lisp/lisp-mode.el (indent-sexp): Clean up marker.Noam Postavsky2017-04-221-7/+9
| * Don't reparse the sexp in indent-sexp (Bug#25122)Noam Postavsky2017-04-222-38/+43
|/
* Add cond test cases for singleton clauses.Vibhav Pant2017-04-221-1/+7
* b-c--cond-jump-table-info: Use correct body for singleton clausesVibhav Pant2017-04-221-2/+2
* ffap: Don't switch window unless neededPhilipp Stephani2017-04-222-8/+16
* Fix fontification of C++ declaration with type FOO::FOO.Alan Mackenzie2017-04-222-3/+7
* Fix usage of FRAME_Z_GROUPPhilipp Stephani2017-04-221-1/+1