summaryrefslogtreecommitdiff
path: root/test/ChangeLog
AgeCommit message (Expand)Author
2014-06-25Simplify and parallize test/automated MakefileGlenn Morris
2014-06-25* test/automated/package-test.el (package-test-update-listing)Stefan Monnier
2014-06-25Try to fix some flymake-tests weirdnessGlenn Morris
2014-06-25Do not allow out-of-range character position in Fcompare_strings.Dmitry Antipov
2014-06-24* automated/tramp-tests.el (tramp-test26-process-file): Extend testMichael Albinus
2014-06-21Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.caGlenn Morris
2014-06-21Fix completion retrieval parsing.Fabián Ezequiel Gallina
2014-06-15Sync with Tramp 2.2.10.Michael Albinus
2014-06-13With GNU make, MFLAGS is not neededGlenn Morris
2014-06-05* tests/automated/tildify-tests.el (tildify-test--test): Optimise theMichal Nazarewicz
2014-06-05tildify.el: Rewrite `tildify-region' and co., add foreach function.Michal Nazarewicz
2014-06-05tildify.el: Better support for XMLMichal Nazarewicz
2014-06-05tildify.el: Fix matched group indexes in end-regex buildingMichal Nazarewicz
2014-06-05tildify.el: Fix end-regex building in `tildify-find-env'Michal Nazarewicz
2014-06-02* test/automated/tramp-tests.el (tramp-test29-vc-registered):Michael Albinus
2014-06-02* test/automated/tramp-tests.el (tramp-remote-process-environment): Declare.Michael Albinus
2014-06-01* automated/tramp-tests.el (tramp-test29-vc-registered):Michael Albinus
2014-06-01Revert last patch. The problem happens in the trunk.Michael Albinus
2014-06-01* automated/tramp-tests.el (tramp-test29-vc-registered):Michael Albinus
2014-05-28* lisp/font-lock.el (font-lock-flush, font-lock-ensure): New functions.Stefan Monnier
2014-05-27* test/automated/tildify-tests.el: New file.Michal Nazarewicz
2014-05-27* test/indent/ps-mode.ps: New file.Stefan Monnier
2014-05-26* package-test.el (package-test-install-single): Update for changed output.Glenn Morris
2014-05-21Tweak previous bytecomp-tests.el changeGlenn Morris
2014-05-21Remove some stray test tempfilesGlenn Morris
2014-05-21* fns-tests.el (fns-tests-nreverse): Update for changed string behavior.Glenn Morris
2014-05-15* src/fns.c (Fnreverse): Allow vectors and bool vectors.Dmitry Antipov
2014-05-15* tests/automated/fns-tests.el: New file.Dmitry Antipov
2014-05-08Merge from emacs-24; up to 2014-05-08T06:58:46Z!rgm@gnu.orgGlenn Morris
2014-05-07test/automated/vc-bzr.el: revise previous changeGlenn Morris
2014-05-07Merge from emacs-24; up to 2014-05-08T03:34:20Z!rgm@gnu.orgGlenn Morris
2014-05-07test/automated/vc-bzr.el: disable bzr's loggingGlenn Morris
2014-05-06* lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function):Dmitry Gutov
2014-05-05* lisp/help-fns.el (describe-function-1): Test for an autoload before a macroGlenn Morris
2014-05-03Fix ChangeLogs of 2014-05-01 commit.Barry O'Reilly
2014-05-01Change algorithm used to adjust positions for undo in regionBarry O'Reilly
2014-04-25Merge from emacs-24; up to 2014-04-25T10:35:01Z!michael.albinus@gmx.deJuanma Barranquero
2014-04-25* automated/tramp-tests.el (top):Michael Albinus
2014-04-24Use a mock-up connection method for remote files.Michael Albinus
2014-04-22Merge from emacs-24; up to 2014-04-22T20:19:17Z!eggert@cs.ucla.eduPaul Eggert
2014-04-22* automated/tramp-tests.el (tramp--test-check-files): Remove traces.Michael Albinus
2014-04-22* automated/tramp-tests.el (tramp-test30-special-characters):Michael Albinus
2014-04-22Correctly macroexpand top-level forms during eager macroexpandDaniel Colascione
2014-04-21Optimize cl-struct-slot-value; fix testDaniel Colascione
2014-04-21Correctly treat progn contents as toplevel forms when byte compilingDaniel Colascione
2014-04-20Fix cl-the testDaniel Colascione
2014-04-20Fix cl-loop destructuring under `with' clauseDaniel Colascione
2014-04-20* automated/tramp-tests.el (tramp-test19-directory-files-and-attributes)Michael Albinus
2014-04-19defstruct introspectionDaniel Colascione
2014-04-19Merge from emacs-24; up to 2014-04-17T02:05:48Z!eggert@cs.ucla.eduDaniel Colascione