]> code.delx.au - gnu-emacs/history - test
Fix hang with large yanks This should fix the bug fixed by Mike
[gnu-emacs] / test /
2015-07-16 Michael AlbinusFix Bug#20943.
2015-07-14 Michael AlbinusNew autorevert tests.
2015-07-09 Nicolas Petton* test/automated/map-tests.el (test-map-delete-return...
2015-07-09 Nicolas PettonAdd support for gv.el in map.el
2015-07-07 Glenn Morris* test/automated/ert-tests.el (ert-test-deftest):
2015-07-06 Fabián Ezequiel... python.el: Fix local/remote shell environment setup
2015-07-06 Fabián Ezequiel... python.el: Fix mark-defun behavior (Bug#19665)
2015-07-06 Glenn Morris* lisp/progmodes/f90.el (f90-type-def-re): Handle attri...
2015-07-05 Christoph WedlerRespect `prog-indentation-context' in python.el
2015-07-04 Glenn MorrisUpdate eieio tests for recent eieio-core change.
2015-06-30 Nicolas PettonAdd seq-min and seq-max
2015-06-28 Michael AlbinusSync with Tramp 2.2.12
2015-06-27 Eli ZaretskiiFix VC test suite on MS-Windows
2015-06-23 Artur Malabarba* test/automated/package-test.el (package-test-update...
2015-06-22 Paul EggertPort tests to help-quote-translation
2015-06-21 Nicolas PettonRevert "Define `map-elt' as a generalized variable"
2015-06-21 Nicolas PettonDefine `map-elt' as a generalized variable
2015-06-21 Eli ZaretskiiFix bytecomp-tests--warnings when $TMPDIR has a long...
2015-06-21 Eli ZaretskiiExpect 2 icalendar tests to fail on MS-Windows
2015-06-19 Paul EggertMerge from origin/emacs-24
2015-06-18 Eli ZaretskiiUpdate data files from just-released Unicode 8.0
2015-06-15 Stefan Monnier* lisp/progmodes/perl-mode.el: Refine handling of ...
2015-06-15 Paul EggertSpelling fixes
2015-06-11 Paul EggertFix quoting of help for functions with odd names
2015-06-11 Artur Malabarba* lisp/let-alist.el (let-alist--deep-dot-search): Fix...
2015-06-09 Glenn Morris* test/automated/Makefile.in (ELFILES): Sort.
2015-06-08 Dmitry GutovSkip past `#' to find BEG
2015-06-06 Eli ZaretskiiFix display when a font claims large values of ascent...
2015-06-05 Nicolas PettonFix a unit test for map.el
2015-06-05 Glenn Morris* test/automated/map-tests.el: Replace "assert" with...
2015-06-04 Nicolas PettonMerge branch 'map'
2015-06-04 Nicolas PettonAdd new function string-greaterp
2015-06-03 Michael AlbinusFix error introduced recently in file-notify-tests.el
2015-06-03 Michael AlbinusInstrument file-notify-test.el in order to catch hydra...
2015-06-02 Michael AlbinusEnsure, that autorevert works for remote files in file...
2015-06-02 Nicolas PettonAdd a pcase pattern for maps and `map-let' based on it
2015-06-02 Paul EggertGenerate curved quotes in ert doc
2015-06-02 Nicolas RichardAdd test for previous commit
2015-06-02 Glenn MorrisMerge from origin/emacs-24
2015-06-02 Glenn Morris; Merge from origin/emacs-24
2015-05-30 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2015-05-30 Eli ZaretskiiAdd etags test for the new -Q option
2015-05-30 Eli ZaretskiiRestore EOL format testing in etags
2015-05-29 Glenn Morris* test/automated/vc-tests.el: Try enabling tests on...
2015-05-29 Glenn Morris* test/automated/vc-tests.el (vc-test-rcs04-checkout...
2015-05-29 Paul EggertChange package test to look for curved quotes
2015-05-28 Glenn Morris* lisp/progmodes/f90.el (f90-type-def-re): Add "type...
2015-05-27 Michael AlbinusNew test tramp-test30-make-auto-save-file-name
2015-05-25 Eli ZaretskiiFix a typo in last commit
2015-05-25 Eli ZaretskiiFix tagging of class members in C-like OO languages
2015-05-23 Jan DMerge branch 'master' into cairo
2015-05-23 Eli ZaretskiiFix etags reading of compressed files
2015-05-22 Stefan MonnierChange defgeneric so it doesn't completely redefine...
2015-05-21 Paul EggertDon't quote nil and t in doc strings
2015-05-20 Glenn Morris; * test/automated/subr-tests.el: Standardize license...
2015-05-20 Oleh KrehelAdd an automated test for let-when-compile
2015-05-19 Paul EggertTry to port new etags tests to MS-Windows
2015-05-19 Paul EggertDon't skip new etags tests on non-UTF-8 hosts
2015-05-18 Dmitry GutovAdd a test case for Maven warning ouput
2015-05-18 Przemysław Wojnowski* test/automated/sgml-mode-tests.el: New file.
2015-05-18 Paul EggertChange new etags test to use UTF-8 encoding
2015-05-18 Paul EggertRename 'foo-gzipped' to 'foo.gz'
2015-05-17 Jan DMerge branch 'master' into cairo
2015-05-14 Eli Zaretskii; Remove etags test files whose copyright is incompatible
2015-05-12 Eli ZaretskiiAdd a test suite for etags
2015-05-12 Stefan Monnier* lisp/emacs-lisp/cl-generic.el: Add dispatch on &conte...
2015-05-05 Nicolas PettonMerge branch 'seq-let'
2015-05-05 Nicolas PettonAdd support for &rest in `seq-let'
2015-05-05 Paul EggertSpelling fixes
2015-05-05 Dmitry GutovOnly skip some variables that have function counterparts
2015-05-05 Dmitry GutovMake sure we're inside the let bindings
2015-05-04 Dmitry GutovClassify lone symbol inside let varlist as variable
2015-05-03 Dmitry Gutovelisp-completion-at-point: Prioritize being quoted...
2015-05-02 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-05-01 Glenn Morris* test/automated/cl-lib-tests.el (cl-lib-adjoin-test...
2015-05-01 Nicolas PettonNew macro seq-let, providing destructuring support...
2015-05-01 Przemysław Wojnowski; Add cl-adjoin tests
2015-04-29 Glenn Morris* test/automated/package-test.el (package-test-update...
2015-04-28 Glenn Morris* test/automated/package-test.el (package-test-update...
2015-04-26 Jan DMerge branch 'master' into cairo
2015-04-25 Nicolas PettonFix a false negative in `map-elt' with alists and value...
2015-04-24 Nicolas PettonDo not signal an error when trying to delete a key...
2015-04-24 Nicolas PettonMinor improvement in map-elt.
2015-04-24 Glenn Morris* test/automated/message-mode-tests.el (message-mode...
2015-04-22 Paul EggertOmit needless "\ " after multibyte then newline
2015-04-21 Nicolas Petton* test/automated/map-tests.el: Refactoring of test...
2015-04-21 Nicolas Petton* test/automated/map-tests.el: Renamed from map-test.el.
2015-04-21 Glenn Morris; * test/automated/message-mode-tests.el: Standardize...
2015-04-20 Paul EggertSpelling fixes
2015-04-19 Paul Eggert; Convert ChangeLog history files to "Bug#NNNN"
2015-04-18 Nicolas PettonThrow an error when converting a map into an unknown...
2015-04-18 Nicolas PettonNew library map.el similar to seq.el but for mapping...
2015-04-15 Stefan Monnier* src/lread.c (intern_1): Make sure we'd find the symbo...
2015-04-15 Stefan Monnierautomated/eieio-test-methodinvoke.el (make-instance...
2015-04-14 Nicolas PettonAdd seq-intersection and seq-difference to the seq...
2015-04-13 Fabián Ezequiel... python.el: Keep symmetry on sexp navigation with parens
2015-04-12 Artur Malabarba* test/automated/package-test.el (with-package-test...
2015-04-12 João TávoraSummary: Improve sexp-based movement in message-mode
2015-04-12 Artur Malabarba* test/automated/package-test.el: Fix new test
2015-04-12 Artur Malabarba* test/automated/package-test.el: Test async functionality
next