| Commit message (Expand) | Author | Age | Files | Lines |
* | icomplete-vertical simplest approachfeature/icomplete-vertical | Jimmy Aguilar Mena | 2020-09-25 | 1 | -45/+110 |
* | Update a failing lisp test | Glenn Morris | 2020-09-24 | 1 | -1/+1 |
* | Horizontal scrolling for mouse wheel with Shift modifier (bug#43568) | Juri Linkov | 2020-09-24 | 4 | -16/+33 |
* | Set mwheel default scroll value to 1 (bug#43380) | Theodor Thornhill | 2020-09-24 | 3 | -7/+8 |
* | * lisp/simple.el (goto-line-read-args): More relevant default line number. | Juri Linkov | 2020-09-24 | 1 | -1/+5 |
* | Add skip condition for some dbus tests | Glenn Morris | 2020-09-24 | 1 | -11/+15 |
* | Make set-process-buffer also update the process mark | Lars Ingebrigtsen | 2020-09-24 | 3 | -10/+17 |
* | Refactor process mark setting | Lars Ingebrigtsen | 2020-09-24 | 1 | -18/+14 |
* | Add sanity check for Gnus groups that belong to no topic | dickmao | 2020-09-24 | 1 | -3/+1 |
* | Fix last change in resize_mini_window | Eli Zaretskii | 2020-09-24 | 1 | -0/+3 |
* | Fix recent simple.el compilation warning | Lars Ingebrigtsen | 2020-09-24 | 1 | -1/+2 |
* | Minor Tramp cleanup | Michael Albinus | 2020-09-24 | 2 | -38/+44 |
* | Write Gnus active files with quotes around group names | Eric Abrahamsen | 2020-09-23 | 1 | -1/+1 |
* | New command goto-line-relative (bug#5042, bug#9917) | Juri Linkov | 2020-09-23 | 5 | -33/+73 |
* | Remove TODO to convert files to unit tests | Stefan Kangas | 2020-09-23 | 2 | -4/+0 |
* | Convert some completion.el tests to ERT | Stefan Kangas | 2020-09-23 | 2 | -121/+170 |
* | Convert allout unit tests to ERT | Stefan Kangas | 2020-09-23 | 4 | -230/+236 |
* | * lisp/repeat.el: Remove obsolete comment. | Stefan Kangas | 2020-09-23 | 1 | -4/+0 |
* | * test/lisp/net/dbus-tests.el (dbus-test01-basic-types): Adapt test. | Michael Albinus | 2020-09-23 | 1 | -5/+6 |
* | ; * lisp/emacs-lisp/lisp.el: rename parameter in last change | Mattias Engdegård | 2020-09-23 | 1 | -28/+28 |
* | Don't signal scan-error when moving by sexp interactively | Mattias Engdegård | 2020-09-23 | 1 | -45/+95 |
* | Allow the newline character in the character widget (Bug#15925) | Mauro Aranda | 2020-09-23 | 2 | -4/+23 |
* | Improve mark handling in gnus nnselect | Andrew G Cohen | 2020-09-23 | 1 | -75/+142 |
* | Handle escaped comment enders correctly in syntax.c, fixing bug #43558 | Alan Mackenzie | 2020-09-23 | 1 | -0/+7 |
* | Run gnus-parse-headers-hook when retrieving nnselect headers | Andrew G Cohen | 2020-09-23 | 1 | -0/+1 |
* | test/src/xdisp-tests.el: New file | Stefan Monnier | 2020-09-22 | 1 | -0/+52 |
* | Use gnus-extra-headers in nnselect header parsing | Andrew G Cohen | 2020-09-23 | 1 | -5/+6 |
* | Ensure that the game directory exists before trying to write to it | Lars Ingebrigtsen | 2020-09-22 | 1 | -0/+2 |
* | Make delete-pair only delete pairs that are part of insert-pair-alist | martin rudalics | 2020-09-22 | 2 | -8/+32 |
* | Fix off-by-one error in eldoc--handle-docs | Lars Ingebrigtsen | 2020-09-22 | 1 | -0/+4 |
* | Speed up shr-insert slightly | Lars Ingebrigtsen | 2020-09-22 | 1 | -1/+4 |
* | Fix filling problem in shr due to zero-width id tagging | Lars Ingebrigtsen | 2020-09-22 | 1 | -1/+4 |
* | Fix cursor display in mini-window under icomplete-mode | Eli Zaretskii | 2020-09-22 | 1 | -0/+10 |
* | Fix font-panel on NS (bug#43480) | David Reitter | 2020-09-22 | 1 | -8/+14 |
* | Remove broken compat code from EDE | Stefan Kangas | 2020-09-22 | 1 | -10/+0 |
* | ; * test/lisp/progmodes/ps-mode-tests.el: Add missing backslash | Mattias Engdegård | 2020-09-22 | 1 | -1/+1 |
* | Fix shellcheck warning | Stefan Kangas | 2020-09-22 | 1 | -1/+1 |
* | Support shellcheck in compilation-mode | Stefan Kangas | 2020-09-22 | 4 | -1/+18 |
* | Remove Emacs 23 compat code from cedet | Stefan Kangas | 2020-09-22 | 3 | -27/+8 |
* | Remove some Emacs 20 compat code | Stefan Kangas | 2020-09-22 | 4 | -32/+14 |
* | Remove some unnecessary compat code | Stefan Kangas | 2020-09-22 | 2 | -13/+9 |
* | Fix thinko in dired-change-marks | Stefan Kangas | 2020-09-22 | 1 | -2/+2 |
* | Move several completions from eshell to pcomplete (Bug#10585) | Stefan Kangas | 2020-09-21 | 4 | -59/+94 |
* | Move pcomplete/bcc32 from eshell to pcmpl-x (Bug#10585) | Stefan Kangas | 2020-09-21 | 2 | -30/+32 |
* | Convert a manual test for nxml-mode to unit test | Stefan Kangas | 2020-09-21 | 2 | -10/+21 |
* | Convert manual indent test for ruby-mode into unit test | Stefan Kangas | 2020-09-21 | 2 | -0/+19 |
* | Convert manual indent test for scheme-mode into unit test | Stefan Kangas | 2020-09-21 | 2 | -9/+50 |
* | Convert manual indent test for ps-mode into unit test | Stefan Kangas | 2020-09-21 | 2 | -14/+24 |
* | (json-encode-string): Strip properties to fix bug#43549 | Sam Steingold | 2020-09-21 | 1 | -2/+2 |
* | Fix problem with ede-mode bugging out on non-existent files | Lin Sun | 2020-09-21 | 1 | -14/+13 |