| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhance syntax-tests.el to test nestable comments (Lisp style) | Alan Mackenzie | 2020-11-17 | 2 | -3/+89 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run menu-item :filter function before showing binding | Stefan Kangas | 2020-11-15 | 1 | -0/+30 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove test for return value of set-keymap-parent | Stefan Kangas | 2020-11-09 | 1 | -4/+0 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add some more tests for keymap.c | Stefan Kangas | 2020-11-07 | 1 | -0/+49 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce integer-output-format to print-integers-as-characters | Mattias Engdegård | 2020-11-06 | 1 | -18/+21 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add more tests for where-is-internal | Stefan Kangas | 2020-11-06 | 1 | -1/+78 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ; Silence byte-compiler warning in xdisp-tests.el | Stefan Kangas | 2020-11-05 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some glitches in recent directory-files-* changes | Michael Albinus | 2020-11-02 | 1 | -105/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add directory-empty-p and new argument COUNT for directory-files-* | Arthur Miller | 2020-11-02 | 1 | -0/+105 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Insert describe-map-tree header into original buffer | Stefan Kangas | 2020-11-01 | 1 | -0/+13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New variable integer-output-format to print integers as characters (bug#44155) | Juri Linkov | 2020-10-31 | 1 | -0/+20 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/xdisp.c (syms_of_xdisp) <"scroll-minibuffer-conservatively">: New var | Stefan Monnier | 2020-10-31 | 1 | -25/+46 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ; Fix license statement in several files | Stefan Kangas | 2020-10-28 | 1 | -3/+5 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move some test data to follow our conventions | Stefan Kangas | 2020-10-23 | 7 | -17/+898 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new Lisp implementation of substitute-command-keys | Stefan Kangas | 2020-10-18 | 1 | -98/+0 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow creating unibyte strings from Emacs modules | Lars Ingebrigtsen | 2020-10-13 | 1 | -0/+6 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/xdisp.c (syms_of_xdisp): New var `redisplay_skip_initial_frame`. | Stefan Monnier | 2020-10-04 | 1 | -11/+13 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ; Fix more typos | Stefan Kangas | 2020-10-03 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhance syntax-tests.el to test comments in parse-partial-sexp | Alan Mackenzie | 2020-10-02 | 1 | -4/+88 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhance syntax-tests.el to test comments in scan-lists | Alan Mackenzie | 2020-10-02 | 1 | -5/+80 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from origin/emacs-27 | Glenn Morris | 2020-10-02 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ; Fix many typos in symbols in docs and comments | Stefan Kangas | 2020-10-02 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix out-of-source ‘make check’ emacs-module-tests | Paul Eggert | 2020-09-25 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhance syntax-tests.el to test some comment character handling. | Alan Mackenzie | 2020-10-01 | 1 | -0/+190 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 'move-to-column' when invisible text follows a TAB | Eli Zaretskii | 2020-09-30 | 1 | -0/+59 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor string-search optimisations (bug#43598) | Mattias Engdegård | 2020-09-27 | 1 | -2/+20 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix searching for multibyte needles in unibyte haystacks | Lars Ingebrigtsen | 2020-09-27 | 1 | -1/+5 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Silence some byte-compiler warnings | Stefan Kangas | 2020-09-26 | 1 | -3/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Repurpose libxml test for obsolete argument | Stefan Kangas | 2020-09-26 | 1 | -20/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | string-search robustness and documentation improvement (bug#43598) | Mattias Engdegård | 2020-09-25 | 1 | -1/+29 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new function 'string-search' | Lars Ingebrigtsen | 2020-09-25 | 1 | -0/+23 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test/src/xdisp-tests.el: New file | Stefan Monnier | 2020-09-22 | 1 | -0/+52 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tweak a hash table print test | Lars Ingebrigtsen | 2020-09-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix printing of hash tables with removed elements | Pip Cet | 2020-09-20 | 1 | -0/+28 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Give Lisp control on the lossage size | Tino Calancha | 2020-09-17 | 1 | -0/+15 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add facility to make module functions interactive (Bug#23486). | Philipp Stephani | 2020-09-13 | 1 | -0/+32 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adapt some tests for Emacs's excitingly variable quoting format | Glenn Morris | 2020-09-12 | 2 | -2/+4 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 'expand-file-name' for remote files | Eli Zaretskii | 2020-09-03 | 1 | -37/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use lexical-binding in more tests | Stefan Kangas | 2020-08-29 | 2 | -6/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mark failing fileio test on MS-Windows | Paul Eggert | 2020-08-29 | 1 | -0/+3 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | * test/src/fileio-tests.el: Preserve HOME when a test fails | Mattias Engdegård | 2020-08-28 | 1 | -6/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix most of fileio-tests on MS-Windows | Eli Zaretskii | 2020-08-28 | 1 | -7/+23 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix recently-introduced expand-file-name bug | Paul Eggert | 2020-08-27 | 1 | -0/+8 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | ; Fix license statements. | Stefan Kangas | 2020-08-27 | 9 | -27/+39 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix expand-file-name symlink-to-dir bug | Paul Eggert | 2020-08-26 | 1 | -0/+11 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Fix recently-introduced Fdelete bug | Paul Eggert | 2020-08-15 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Minimize ‘equal’ calls in (delete x vector) | Paul Eggert | 2020-08-15 | 1 | -0/+5 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | * test/src/emacs-module-tests.el: Use proper outline headings. | Jonas Bernoulli | 2020-08-13 | 1 | -15/+6 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge from origin/emacs-27 | Glenn Morris | 2020-07-29 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Add another test for global module references | Philipp Stephani | 2020-07-26 | 1 | -0/+3 | |