summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2014-05-08T06:58:46Z!rgm@gnu.orgGlenn Morris2014-05-082-20/+36
|\
| * test/automated/vc-bzr.el: revise previous changeGlenn Morris2014-05-072-20/+36
* | Merge from emacs-24; up to 2014-05-08T03:34:20Z!rgm@gnu.orgGlenn Morris2014-05-074-3/+64
|\ \ | |/
| * test/automated/vc-bzr.el: disable bzr's loggingGlenn Morris2014-05-072-3/+14
| * * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function):Dmitry Gutov2014-05-062-0/+9
| * * lisp/help-fns.el (describe-function-1): Test for an autoload before a macroGlenn Morris2014-05-052-0/+41
* | Fix ChangeLogs of 2014-05-01 commit.Barry O'Reilly2014-05-031-6/+4
* | Change algorithm used to adjust positions for undo in regionBarry O'Reilly2014-05-012-2/+82
* | * lisp/progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.Stefan Monnier2014-04-251-1/+5
* | Merge from emacs-24; up to 2014-04-25T10:35:01Z!michael.albinus@gmx.deJuanma Barranquero2014-04-254-31/+61
|\ \ | |/
| * * automated/tramp-tests.el (top):Michael Albinus2014-04-253-19/+11
| * Use a mock-up connection method for remote files.Michael Albinus2014-04-243-14/+52
| * * lisp/progmodes/perl-mode.el (perl-syntax-propertize-function): Slash afterStefan Monnier2014-04-221-0/+2
* | Merge from emacs-24; up to 2014-04-22T20:19:17Z!eggert@cs.ucla.eduPaul Eggert2014-04-223-19/+43
|\ \ | |/
| * * automated/tramp-tests.el (tramp--test-check-files): Remove traces.Michael Albinus2014-04-222-4/+3
| * * automated/tramp-tests.el (tramp-test30-special-characters):Michael Albinus2014-04-222-3/+8
| * * lisp/emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.Stefan Monnier2014-04-211-0/+3
| * * automated/tramp-tests.el (tramp-test19-directory-files-and-attributes)Michael Albinus2014-04-202-16/+32
| * Instrument `tramp--test-check-files' in order to get traces on hydra.Michael Albinus2014-04-191-1/+2
* | Correctly macroexpand top-level forms during eager macroexpandDaniel Colascione2014-04-222-10/+60
* | Fix cl-lib-struct-accessors test again.Daniel Colascione2014-04-211-1/+1
* | Optimize cl-struct-slot-value; fix testDaniel Colascione2014-04-212-1/+6
* | Correctly treat progn contents as toplevel forms when byte compilingDaniel Colascione2014-04-212-0/+57
* | Fix cl-the testDaniel Colascione2014-04-202-5/+6
* | Fix cl-loop destructuring under `with' clauseDaniel Colascione2014-04-202-0/+7
* | defstruct introspectionDaniel Colascione2014-04-192-0/+23
* | Merge from emacs-24; up to 2014-04-17T02:05:48Z!eggert@cs.ucla.eduDaniel Colascione2014-04-192-15/+35
|\ \ | |/
| * * automated/tramp-tests.el (tramp--test-check-files): Extend test.Michael Albinus2014-04-192-15/+35
* | Merge from emacs-24; up to 2014-04-16T15:28:06Z!eggert@cs.ucla.eduJuanma Barranquero2014-04-192-46/+267
|\ \ | |/
| * * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.Michael Albinus2014-04-182-46/+267
* | Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.caPaul Eggert2014-04-161-0/+10
|\ \ | |/
| * * lisp/nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertizationStefan Monnier2014-04-161-0/+10
* | Avoid EMACSDATA in user environment interfering with buildingGlenn Morris2014-04-102-0/+7
* | Merge from emacs-24; up to 2014-04-04T23:31:02Z!joaotavora@gmail.comGlenn Morris2014-04-103-1/+8
|\ \ | |/
| * Spelling fixes.Paul Eggert2014-04-102-1/+7
| * * lisp/progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect formatFeng Li2014-04-101-0/+1
* | Make up-list and backward-up-list get out of more spotsDaniel Colascione2014-04-092-0/+101
* | Merge from emacs-24; up to 2014-04-02T16:17:08Z!dmantipov@yandex.ruGlenn Morris2014-04-083-25/+39
|\ \ | |/
| * Fix python-triple-quote-pairing testGlenn Morris2014-04-082-24/+33
| * * electric-tests.el (electric-pair-backspace-1): Replace deleted function.Glenn Morris2014-04-082-1/+6
| * ChangeLog fix (no need to merge to trunk)Glenn Morris2014-04-071-7/+3
* | ChangeLog fixesGlenn Morris2014-04-071-17/+3
* | Merge from emacs-24; up to 2014-04-01T20:18:12Z!eggert@cs.ucla.eduDaniel Colascione2014-04-074-2/+95
|\ \ | |/
| * Improve on previous quote autopairing changeJoão Távora2014-04-072-1/+50
| * Inhibit quote autopairing more frequentlyJoão Távora2014-04-072-2/+7
| * Fix triple-quoting electricity in python-modeJoão Távora2014-04-072-0/+44
| * Fix electric-pair-skip-whitespace with quotes in text-modeJoão Távora2014-04-072-2/+35
| * * lisp/progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'Stefan Monnier2014-04-021-0/+4
* | Improve on previous quote autopairing changeJoão Távora2014-04-052-1/+50
* | Inhibit quote autopairing more frequentlyJoão Távora2014-04-022-2/+7