| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | | ; Simplify in filenotify-tests.el | Michael Albinus | 2016-06-20 | 1 | -20/+19 | |
| * | | | | | | | | | | | | | | | | | | Weaken test conditions in filenotify-tests.el | Michael Albinus | 2016-06-20 | 1 | -86/+46 | |
| * | | | | | | | | | | | | | | | | | | Fix setting a range of char-table slots in a singular case | Eli Zaretskii | 2016-06-19 | 1 | -0/+51 | |
| * | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-06-19 | 1 | -0/+32 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | Fix undo boundary in recursive edit (Bug#23632) | Phillip Lord | 2016-06-08 | 1 | -0/+32 | |
| * | | | | | | | | | | | | | | | | | | Fix seq-contains | Nicolas Petton | 2016-06-18 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | | Add new function map-do | Nicolas Petton | 2016-06-18 | 1 | -0/+8 | |
| * | | | | | | | | | | | | | | | | | | Add seq-do-indexed | Nicolas Petton | 2016-06-18 | 1 | -0/+15 | |
| * | | | | | | | | | | | | | | | | | | Automatically detect whether .h file is C or C++ | Michal Nazarewicz | 2016-06-15 | 1 | -0/+65 | |
| * | | | | | | | | | | | | | | | | | | Remove obsolete leading * from defcustom, defface doc strings. | Glenn Morris | 2016-06-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Remove ‘ert-with-function-mocked’ macro in favour of ‘cl-letf’ macro | Michal Nazarewicz | 2016-06-08 | 4 | -48/+3 | |
| * | | | | | | | | | | | | | | | | | | * test/lisp/emacs-lisp/package-tests.el | Glenn Morris | 2016-06-08 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | | | | | Try to avoid hangs and stray procs in network-stream-tests. (Bug#23560) | Glenn Morris | 2016-06-07 | 1 | -62/+74 | |
| * | | | | | | | | | | | | | | | | | | Do not hard-code port for package test server. (Bug#23708) | Glenn Morris | 2016-06-07 | 2 | -13/+25 | |
| * | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-06-07 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | * test/automated/viper-tests.el (viper-test-undo-kmacro): | Glenn Morris | 2016-05-31 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | Some fixes in filenotify-tests.el for cygwin | Michael Albinus | 2016-06-06 | 1 | -16/+22 | |
| * | | | | | | | | | | | | | | | | | | Improve robustness of filenotify-tests.el (Bug#23618) | Michael Albinus | 2016-06-05 | 1 | -114/+206 | |
| * | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-05-31 | 2 | -5/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | Fix infloop in 'number-sequence' | Eli Zaretskii | 2016-05-27 | 1 | -0/+9 | |
| | * | | | | | | | | | | | | | | | | | ; Spelling and punctuation fixes in comments | Paul Eggert | 2016-05-26 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | | | | | | Fix Bug#23631 for Tramp | Michael Albinus | 2016-05-30 | 1 | -1/+31 | |
| * | | | | | | | | | | | | | | | | | | Sync with Tramp repository. | Michael Albinus | 2016-05-28 | 1 | -5/+7 | |
| * | | | | | | | | | | | | | | | | | | Adjust filenotify-tests on Cygwin | Ken Brown | 2016-05-27 | 1 | -2/+8 | |
| * | | | | | | | | | | | | | | | | | | Repair damage from emacs-25 merge | Paul Eggert | 2016-05-26 | 2 | -122/+0 | |
| * | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-05-26 | 4 | -13/+304 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | ; * test/automated/data-tests.el: Standardize license notice. | Phillip Lord | 2016-05-23 | 1 | -11/+11 | |
| | * | | | | | | | | | | | | | | | | | ; * test/automated/viper-tests.el: Standardize license notice. | Glenn Morris | 2016-05-23 | 1 | -11/+11 | |
| | * | | | | | | | | | | | | | | | | | Add automated test for viper-tests.el | Phillip Lord | 2016-05-23 | 1 | -0/+160 | |
| | * | | | | | | | | | | | | | | | | | Revert "epg: Add a way to detect gpg1 executable for tests" | Daiki Ueno | 2016-05-20 | 1 | -24/+18 | |
| | * | | | | | | | | | | | | | | | | | epg: Add a way to detect gpg1 executable for tests | Daiki Ueno | 2016-05-19 | 1 | -18/+24 | |
| | * | | | | | | | | | | | | | | | | | * lisp/emacs-lisp/package.el (package--with-response-buffer): | Artur Malabarba | 2016-05-18 | 1 | -2/+9 | |
| | * | | | | | | | | | | | | | | | | | * lisp/char-fold.el: Rename from character-fold.el. | Juri Linkov | 2016-05-17 | 1 | -46/+46 | |
| * | | | | | | | | | | | | | | | | | | Fix Bug#23614. | Michael Albinus | 2016-05-26 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | | | | Allow network-stream-tests to work for out-of-tree builds | Ken Brown | 2016-05-24 | 1 | -2/+7 | |
| * | | | | | | | | | | | | | | | | | | Fix failing echo-server-nowait test | Ken Brown | 2016-05-24 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | Allow shr-tests to work for out-of-tree builds | Ken Brown | 2016-05-24 | 1 | -3/+7 | |
| * | | | | | | | | | | | | | | | | | | ; * test/lisp/mouse-tests.el: Standardize license notice. | Glenn Morris | 2016-05-22 | 1 | -4/+6 | |
| * | | | | | | | | | | | | | | | | | | Add completion of colors in CSS mode | Etienne Prud’homme | 2016-05-22 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Added tests for dos unibyte decoding. | Andrew Hyatt | 2016-05-21 | 1 | -0/+8 | |
| * | | | | | | | | | | | | | | | | | | Fix handling of ‘mouse-on-link-p’. | Philipp Stephani | 2016-05-20 | 1 | -0/+48 | |
| * | | | | | | | | | | | | | | | | | | epg: Add a way to detect gpg1 executable for tests | Daiki Ueno | 2016-05-20 | 1 | -18/+24 | |
| * | | | | | | | | | | | | | | | | | | Improve display of tex-verbatim and Info quoted | Paul Eggert | 2016-05-13 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-05-13 | 2 | -0/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | Do not mistake colon at the end of regexp for slash symbol | Dmitry Gutov | 2016-05-12 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | | | | | Don't treat JS spread as contination method call | Dmitry Gutov | 2016-05-11 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | | | | | ; Remove instrumentation of tramp-tests.el | Michael Albinus | 2016-05-11 | 1 | -11/+1 | |
| * | | | | | | | | | | | | | | | | | | Fix a problem of tramp-tests on hydra. | Michael Albinus | 2016-05-11 | 1 | -1/+5 | |
| * | | | | | | | | | | | | | | | | | | ; Instrument tramp-tests.el | Michael Albinus | 2016-05-10 | 1 | -1/+8 | |
| * | | | | | | | | | | | | | | | | | | ; Instrument tramp-tests.el | Michael Albinus | 2016-05-09 | 1 | -0/+3 | |