aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add face help-key-binding in help-char echoStefan Kangas2022-10-051-16/+9
* Merge branch 'emacs-28'Stefan Monnier2022-09-241-0/+3
|\
| * ; * src/keyboard.c (Fposn_at_point): Doc fix. (Bug#52092)Eli Zaretskii2022-09-241-0/+3
* | * src/keyboard.c (safe_run_hook_funcall): Fix thinkoStefan Monnier2022-09-081-1/+1
* | * src/keyboard.c (safe_run_hook_funcall): Fix recent regressionStefan Monnier2022-09-081-3/+12
* | * src/keyboard.c (safe_run_hooks*): Simplify and generalizeStefan Monnier2022-08-291-35/+17
* | Enhance safe_run_hooks_1 and safe_run_hook_funcall to handle more argumentsAlan Mackenzie2022-08-151-6/+30
* | ; Fix documentation of 'deactivate-mark'Eli Zaretskii2022-08-131-4/+7
* | Add new value `dont-save' to `deactivate-mark'Po Lu2022-08-131-2/+6
* | New debugging facility: backtraces from errors in Lisp called from redisplayAlan Mackenzie2022-08-111-1/+13
* | ; * src/keyboard.c (timer_check_2): Restore run-time conditions.Eli Zaretskii2022-08-091-14/+19
* | select-active-regions doc string improvementLars Ingebrigtsen2022-08-081-1/+4
* | * src/keyboard.c (timer_check_2): Replace redundant test with assertionStefan Monnier2022-08-051-17/+17
* | ; * src/keyboard.c (safe_run_hooks_maybe_narrowed): Fix broken merge.feature/long-lines-improvementsGregory Heytings2022-08-041-3/+3
* | Various improvements to long lines handling.Gregory Heytings2022-08-011-6/+3
* | Add locked narrowing around pre- and post-command-hookGregory Heytings2022-07-311-9/+48
* | ; Fix typos: prefer American spellingStefan Kangas2022-07-141-1/+1
* | Expunge unused recompute-lucid-menubar, lucid-menu-bar-dirty-flagAlan Mackenzie2022-07-121-11/+0
* | Improve behavior of `lost-selection-mode' with multiple buffersPo Lu2022-07-111-0/+12
* | Remove now unused parameter TRACK from do_switch_frame.Alan Mackenzie2022-07-081-1/+1
* | Remove many items obsolete since 24.1Stefan Kangas2022-07-081-18/+0
* | Fix NS buildPo Lu2022-07-071-0/+2
* | Port `x-lost-selection-functions' to HaikuPo Lu2022-07-071-5/+51
* | Return the correct action from the Lisp side of drag-and-dropPo Lu2022-07-021-50/+0
* | Disable middle click selection emulation during XDSPo Lu2022-07-011-1/+4
* | Fix reported problem with drag-and-drop inside VirtualBoxPo Lu2022-06-291-2/+3
* | Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-271-1/+1
* | Pacify Oracle Studio re Time_to_positionPaul Eggert2022-06-251-1/+1
* | ; Fix last change regarding 'record-all-keys'Eli Zaretskii2022-06-251-2/+4
* | Avoid recording passwords' charsManuel Giraud2022-06-251-0/+18
* | Merge branch 'abort-redisplay'Eli Zaretskii2022-06-241-0/+7
|\ \
| * | Allow aborting redisplay stuck in 'parse-partial-sexp'Eli Zaretskii2022-06-181-0/+2
| * | Restart tick counting every commandEli Zaretskii2022-06-141-0/+5
* | | Rewrite PGTK selection code from scratchPo Lu2022-06-211-2/+12
* | | Make Lucid menus work from the keyboard also when uninstalledLars Ingebrigtsen2022-06-211-0/+9
* | | Fix last tty-select-active-regions changeBasil L. Contovounesios2022-06-181-2/+2
* | | Support `select-active-regions' with xtermDuncan Findlay2022-06-181-1/+9
* | | Use BASE_EQ instead of EQ where obviously safeMattias EngdegÄrd2022-06-161-5/+5
|/ /
* | Rework X selections to make it safe to run the debugger inside convertersPo Lu2022-06-061-28/+36
* | Improve command-error-function discoverabilityLars Ingebrigtsen2022-05-231-0/+8
* | Add a hook run upon monitor configuration changesPo Lu2022-05-211-0/+23
* | Clarify select-active-regions doc stringLars Ingebrigtsen2022-05-201-4/+5
* | Improve safety of handling unsupported drop events on XPo Lu2022-05-161-0/+5
* | Fix race conditions in handling of unsupported drops on XPo Lu2022-05-091-7/+11
* | Fix handling double-click-time nil or tStefan Kangas2022-05-021-1/+4
* | Make timer_check even more resilientPip Cet2022-04-291-0/+4
* | Add a new command `restart-emacs'Lars Ingebrigtsen2022-04-171-9/+9
* | Handle hierarchy events for updating scroll valuators correctlyPo Lu2022-04-091-0/+2
* | Use right frame when computing mouse movement devicePo Lu2022-04-091-3/+4
* | Minor cleanups in X Windows drag-and-drop codePo Lu2022-04-091-1/+1