| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | Drop comments indicating origin of package sugggestions | Philip Kaludercic | 2024-11-07 | 2 | -183/+182 | |
| | | * | | | | Distinguish between suggested packages and major modes | Philip Kaludercic | 2024-11-07 | 3 | -91/+99 | |
| | | * | | | | Update 'package-autosuggest' database | Philip Kaludercic | 2024-11-07 | 2 | -12/+122 | |
| | | * | | | | Do not enable 'package-autosuggest-mode' by default | Philip Kaludercic | 2024-11-07 | 3 | -3/+12 | |
| | | * | | | | ; Fix typo in 'package--autosuggest-after-change-mode' | Philip Kaludercic | 2024-11-07 | 1 | -1/+1 | |
| | | * | | | | * etc/NEWS: Mention 'package-autosuggest' | Philip Kaludercic | 2024-11-07 | 1 | -0/+7 | |
| | | * | | | | * doc/emacs/package.texi: Document 'package-autosuggest' | Philip Kaludercic | 2024-11-07 | 1 | -0/+8 | |
| | | * | | | | Add command to scrape ELPA for package suggestions | Philip Kaludercic | 2024-11-06 | 2 | -4/+154 | |
| | | * | | | | Update mode line after rejecting a suggestion | Philip Kaludercic | 2024-11-06 | 1 | -1/+3 | |
| | | * | | | | Create separate 'package-autosuggest-style' user option | Philip Kaludercic | 2024-11-06 | 1 | -19/+18 | |
| | | * | | | | ; Remove thinko value from 'package-autosuggest-database' | Philip Kaludercic | 2024-11-06 | 1 | -1/+1 | |
| | | * | | | | Ensure a valid value for 'package-autosuggest-mode' | Philip Kaludercic | 2024-11-06 | 1 | -0/+3 | |
| | | * | | | | Improve package-autosuggest documentation | Philip Kaludercic | 2024-11-06 | 1 | -23/+42 | |
| | | * | | | | * lisp/emacs-lisp/package.el (package-autosuggest): New command | Philip Kaludercic | 2024-11-06 | 1 | -0/+10 | |
| | | * | | | | Improve prompting of autosuggested packages | Philip Kaludercic | 2024-11-06 | 1 | -21/+21 | |
| | | * | | | | Allow suggesting to install packages | Philip Kaludercic | 2024-11-06 | 2 | -0/+154 | |
| * | | | | | | ; * src/dispnew.c (box_default): Shut up compilation warnings (bug#80386). | Eli Zaretskii | 2026-02-12 | 3 | -3/+3 | |
| * | | | | | | Use new 'sort' calling convention in json.el | Basil L. Contovounesios | 2026-02-12 | 1 | -6/+5 | |
| * | | | | | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs | Michael Albinus | 2026-02-12 | 4 | -9/+63 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | ; List my areas of interest in maintaining. | Basil L. Contovounesios | 2026-02-12 | 2 | -0/+6 | |
| | * | | | | | | Check that a UPower battery device IsPresent | Basil L. Contovounesios | 2026-02-12 | 1 | -2/+4 | |
| | * | | | | | | Allow disabling battery-update-timer | Basil L. Contovounesios | 2026-02-12 | 2 | -13/+48 | |
| | * | | | | | | battery.el: Update on "DisplayDevice" state change | Morgan Smith | 2026-02-12 | 1 | -1/+12 | |
| * | | | | | | | Tramp signals 'remote-file-error' consequently | Michael Albinus | 2026-02-12 | 14 | -134/+186 | |
| |/ / / / / / | ||||||
| * | | | | | | * src/lisp.h (struct Lisp_Fwd): Add comments. | Helmut Eller | 2026-02-12 | 1 | -5/+5 | |
| * | | | | | | Add tests for per-buffer variables with predicates | Helmut Eller | 2026-02-12 | 1 | -0/+34 | |
| * | | | | | | Move the Lisp_Fwd.bufoffset field back to the union | Helmut Eller | 2026-02-12 | 3 | -10/+16 | |
| * | | | | | | Introduce an enum Lisp_Fwd_Predicate | Helmut Eller | 2026-02-12 | 3 | -45/+77 | |
| * | | | | | | Remove struct Lisp_Buffer_Objfwd | Helmut Eller | 2026-02-12 | 3 | -39/+39 | |
| * | | | | | | Remove struct Lisp_Kboard_Objfwd | Helmut Eller | 2026-02-12 | 2 | -19/+10 | |
| * | | | | | | Remove struct Lisp_Objfwd | Helmut Eller | 2026-02-12 | 4 | -29/+20 | |
| * | | | | | | Remove struct Lisp_Boolfwd | Helmut Eller | 2026-02-12 | 3 | -18/+9 | |
| * | | | | | | Remove struct Lisp_Intfwd | Helmut Eller | 2026-02-12 | 3 | -23/+13 | |
| * | | | | | | Introduce a struct Lisp_Fwd | Helmut Eller | 2026-02-12 | 5 | -162/+96 | |
| * | | | | | | Make Lisp_Buffer_Objfwd objects const | Helmut Eller | 2026-02-12 | 2 | -94/+84 | |
| * | | | | | | Don't dump lispfwd objects | Helmut Eller | 2026-02-12 | 1 | -22/+47 | |
| * | | | | | | Make 'overlays_in' use only real EOB (bug#80242) | Stephen Berman | 2026-02-12 | 2 | -10/+14 | |
| * | | | | | | Move ns_init_colors from ns_term_init to emacs.c (bug#80377) | Stéphane Marks | 2026-02-12 | 2 | -48/+62 | |
| * | | | | | | lisp/calendar/diary-icalendar.el (di:summary-regexp): Fix `:type` | Stefan Monnier | 2026-02-12 | 1 | -2/+2 | |
| * | | | | | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs | Eli Zaretskii | 2026-02-12 | 1 | -7/+6 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | ; Simplify 'prog1' optimiser | Mattias Engdegård | 2026-02-12 | 1 | -7/+6 | |
| * | | | | | | | Avoid errors in shr.el due to fractional colspan attribute | Arto Jantunen | 2026-02-12 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Add a character to IPA input method | Eli Zaretskii | 2026-02-12 | 1 | -0/+1 | |
| * | | | | | | Fix parsing of Title field in Newsticker List buffer | Rahul Martim Juliato | 2026-02-12 | 1 | -6/+7 | |
| * | | | | | | Improve composition rules for Devanagari script | समीर सिंह Sameer Singh | 2026-02-12 | 1 | -4/+5 | |
| * | | | | | | Scale position values in xg_frame_set_size_and_position | Martin Rudalics | 2026-02-12 | 1 | -0/+2 | |
| * | | | | | | Revise the paragraph about project-vc's caching | Dmitry Gutov | 2026-02-12 | 1 | -3/+4 | |
| * | | | | | | * doc/emacs/calendar.texi (Diary iCalendar Import): Doc fix. | Richard Lawrence | 2026-02-11 | 1 | -3/+3 | |
| * | | | | | | (describe-mode): Fix bug#80170 | Stefan Monnier | 2026-02-11 | 1 | -5/+10 | |
| * | | | | | | Fix typo in smie-rules-function documentation | Morgan Willcock | 2026-02-11 | 2 | -2/+2 | |