summaryrefslogtreecommitdiff
path: root/src/keymap.c
AgeCommit message (Expand)Author
2026-05-26ARRAYELTS → countofPaul Eggert
2026-05-23New function memory_full_upPaul Eggert
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-10-18Respect keymaps in buffer text for clicks on displayed stringsSpencer Baugh
2025-09-09Ignore keymaps at point for positions outside the bufferSpencer Baugh
2025-03-17Implement surrogate menu bars for tty child framesMartin Rudalics
2025-02-11Minor simplification in Fdescribe_buffer_bindingsStefan Kangas
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-14Prefer calln to CALLN where applicableStefan Kangas
2025-01-12; * src/keymap.c: Fix last change (bug#75219).Eli Zaretskii
2025-01-12Fix mouse-2 clicks on mode line and header lineEli Zaretskii
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet
2024-12-12Pure storage removal: Main partPip Cet
2024-08-22Prefer static_assert to verifyStefan Kangas
2024-07-16Make error messages adhere to our standardsStefan Kangas
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu
2024-05-06(Fkey_description): Fix corner (bug#59305)Stefan Monnier
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-23Split safe_call between redisplay and non-redisplay versionsStefan Monnier
2023-09-17Rename describe-map-tree to help--describe-map-treeStefan Kangas
2023-08-04Merge from origin/emacs-29Eli Zaretskii
2023-08-04Fix "Paste from Kill Menu" in non X toolkit buildsEli Zaretskii
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert
2023-04-16Avoid crashes in 'describe-keymap' due to shadowingEli Zaretskii
2023-03-17Don't add a key binding when REMOVE is non-nilRobert Pluim
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-07-04* src/keymap.c (Fcopy_keymap): Document using defvar-keymap.Stefan Kangas
2022-06-18Filter out NS non-key events from `where-is-internal'Lars Ingebrigtsen
2022-06-12Use BASE_EQ when comparing with QunboundMattias Engdegård
2022-04-17Make :filters run in the correct buffer in describe-buffer-bindingsLars Ingebrigtsen
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-16Fix compilation error in previous keymap.c changeLars Ingebrigtsen
2021-11-16Add new 'keymap-*' functionsLars Ingebrigtsen
2021-11-16Allow removing keymap definitionsLars Ingebrigtsen
2021-11-01Include the major mode name in the `C-h b' outputLars Ingebrigtsen
2021-10-31Avoid signaling errors in lookup-keyEli Zaretskii
2021-10-31Avoid signaling errors in lookup-keyEli Zaretskii
2021-10-29Fix bootstrapping broken by a recent changeEli Zaretskii
2021-10-28Be more allowing when looking for menu-bar itemsStefan Kangas
2021-10-28Avoid assertion violations in 'lookup-key'Eli Zaretskii
2021-10-28Be more allowing when looking for menu-bar itemsStefan Kangas
2021-10-24Merge from origin/emacs-28Glenn Morris
2021-10-24Refer to the info node on keymaps in map-keymap docstringStefan Kangas
2021-10-19Make `lookup-key' understand the new key sequence syntaxLars Ingebrigtsen
2021-10-17Support a new ["..."] key binding syntaxLars Ingebrigtsen