aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Remove struct Lisp_IntfwdHelmut Eller2026-02-123-23/+13
* | | | | | Introduce a struct Lisp_FwdHelmut Eller2026-02-125-162/+96
* | | | | | Make Lisp_Buffer_Objfwd objects constHelmut Eller2026-02-122-94/+84
* | | | | | Don't dump lispfwd objectsHelmut Eller2026-02-121-22/+47
* | | | | | Make 'overlays_in' use only real EOB (bug#80242)Stephen Berman2026-02-122-10/+14
* | | | | | Move ns_init_colors from ns_term_init to emacs.c (bug#80377)Stéphane Marks2026-02-122-48/+62
* | | | | | lisp/calendar/diary-icalendar.el (di:summary-regexp): Fix `:type`Stefan Monnier2026-02-121-2/+2
* | | | | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2026-02-121-7/+6
|\ \ \ \ \ \
| * | | | | | ; Simplify 'prog1' optimiserMattias Engdegård2026-02-121-7/+6
* | | | | | | Avoid errors in shr.el due to fractional colspan attributeArto Jantunen2026-02-121-1/+1
|/ / / / / /
* | | | | | Add a character to IPA input methodEli Zaretskii2026-02-121-0/+1
* | | | | | Fix parsing of Title field in Newsticker List bufferRahul Martim Juliato2026-02-121-6/+7
* | | | | | Improve composition rules for Devanagari scriptसमीर सिंह Sameer Singh2026-02-121-4/+5
* | | | | | Scale position values in xg_frame_set_size_and_positionMartin Rudalics2026-02-121-0/+2
* | | | | | Revise the paragraph about project-vc's cachingDmitry Gutov2026-02-121-3/+4
* | | | | | * doc/emacs/calendar.texi (Diary iCalendar Import): Doc fix.Richard Lawrence2026-02-111-3/+3
* | | | | | (describe-mode): Fix bug#80170Stefan Monnier2026-02-111-5/+10
* | | | | | Fix typo in smie-rules-function documentationMorgan Willcock2026-02-112-2/+2
* | | | | | make-mode.el: Avoid obsolete font-lock-*-face` variablesStefan Monnier2026-02-111-9/+9
* | | | | | Better 'prog1' optimisationMattias Engdegård2026-02-111-3/+3
* | | | | | icomplete-ret: Ignore icomplete-show-matches-on-no-inputSean Whitton2026-02-112-17/+27
* | | | | | cond*: bind-and* is not always a non-exit clause!Sean Whitton2026-02-112-25/+23
* | | | | | ; system-sleep texi markup fix (bug#80348)Stéphane Marks2026-02-111-5/+5
* | | | | | ; * test/lisp/net/dbus-tests.el: Remove obsolete function declarations.Michael Albinus2026-02-111-4/+0
* | | | | | ; Fix recently installed changesEli Zaretskii2026-02-115-21/+20
* | | | | | ; * test/lisp/net/dbus-tests.el: no warnings for non-dbus configsMattias Engdegård2026-02-111-0/+3
* | | | | | system-sleep sleep blocker and sleep/wake event package (bug#80348)Stéphane Marks2026-02-1110-14/+876
* | | | | | Don't remap RET to 'icomplete-ret' in 'icomplete-mode' (bug#62108)Juri Linkov2026-02-112-6/+21
* | | | | | Revert "New key 'M-j' for 'icomplete-mode' (bug#62108)"Juri Linkov2026-02-113-10/+0
* | | | | | Improve project-vc-*cache-timeout docstringsDmitry Gutov2026-02-101-4/+6
* | | | | | * src/process.c (server_accept_connection): Fix assertion (bug#80237).Eli Zaretskii2026-02-101-2/+6
* | | | | | vc-git--deduce-files-for-stash: Use file-relative-name (bug#80278)Sean Whitton2026-02-101-3/+3
* | | | | | Do cache and timed invalidation in "VC-aware" project backendDmitry Gutov2026-02-103-35/+107
* | | | | | Amend previous to avoid remote call in project--remove-from-project-listDmitry Gutov2026-02-101-2/+3
* | | | | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMichael Albinus2026-02-091-5/+2
|\ \ \ \ \ \
| * | | | | | (loaddefs-generate--print-form): Fix bug#80222Stefan Monnier2026-02-091-5/+2
* | | | | | | ; * doc/lispref/os.texi (Timers): Fix typo.Michael Albinus2026-02-091-1/+1
* | | | | | | Fix selected group sort with topics (bug#80341)Manuel Giraud2026-02-092-2/+29
* | | | | | | Add missing symbolic prefix keybindingManuel Giraud2026-02-092-0/+6
|/ / / / / /
* | | | | | lisp/calendar: Style changesStefan Monnier2026-02-0824-366/+276
* | | | | | butttonTrans need not be externPaul Eggert2026-02-081-1/+1
* | | | | | project--delete-zombie-projects: Handle "Tramp failed to connect"Dmitry Gutov2026-02-091-1/+6
* | | | | | Merge branch 'main' into icalendarStefan Monnier2026-02-083552-12866/+22619
|\ \ \ \ \ \
| * | | | | | completing-read-multiple: Implement on top of completing-readDaniel Mendler2026-02-081-15/+4
| * | | | | | Revert "Extend emacs server protocol for empty arguments"Sean Whitton2026-02-082-17/+9
| * | | | | | cond*: Fix handling of :non-exit keywordsSean Whitton2026-02-081-2/+4
| * | | | | | cond*: Fix handling bind-and* in two placesSean Whitton2026-02-081-4/+4
| * | | | | | ; Further fixes to core documentation for cond*.Sean Whitton2026-02-082-6/+7
| * | | | | | ; Fix some issues in core documentation for cond*.Sean Whitton2026-02-082-34/+40
| * | | | | | Extend emacs server protocol for empty argumentsAndreas Schwab2026-02-082-9/+17