summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-1/+1
* Code cleanup for long line optimizationsGregory Heytings2023-03-291-5/+7
* Protect against too large size of 'recent-keys' vectorEli Zaretskii2023-03-191-2/+15
* Rename with/without-narrowing to with/without-restrictionEli Zaretskii2023-02-131-2/+2
* Update the documentation about labeled (locked) narrowingGregory Heytings2023-02-091-14/+10
* Rename two long line optimizations variablesGregory Heytings2023-02-091-1/+1
* Add specific symbols for narrowingsGregory Heytings2023-02-091-1/+4
* ; Fix typosStefan Kangas2023-01-151-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* * src/keyboard.c (echo_add_key): Use recently rebound C-h key C-q (bug#60249)Juri Linkov2022-12-291-3/+2
* Do not enter locked narrowing when it would span the whole bufferGregory Heytings2022-11-281-3/+6
* Minor improvements to locked narrowingGregory Heytings2022-11-271-1/+2
* Docstring improvementsGregory Heytings2022-11-261-2/+2
* Docstring improvementsGregory Heytings2022-11-261-2/+4
* Improve locked narrowing around low-level hooks.Gregory Heytings2022-11-261-2/+2
* Merge master into feature/improved-locked-narrowing.Gregory Heytings2022-11-241-5/+52
|\
| * Fix earlier changes to keyboard.cPo Lu2022-11-191-2/+33
| * Fix build with ext menu barPo Lu2022-11-191-1/+1
| * Fix click position to menu bar entry with no-toolkitManuel Giraud2022-11-191-2/+16
| * Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-10-301-8/+4
| |\
| * | * src/keyboard.c (echo_add_key): Mention quick-helpPhilip Kaludercic2022-10-171-1/+3
* | | Merge master into feature/improved-locked-narrowing.Gregory Heytings2022-10-301-59/+42
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/feature/noverlay'Stefan Monnier2022-10-281-2/+2
| |\ \
| | * \ Merge 'master' into noverlayStefan Monnier2022-09-251-1170/+2439
| | |\ \
| | * | | Provide a new tree data-structure for overlays.Andreas Politz2017-10-041-2/+2
| * | | | ; * src/keyboard.c (command_loop_1): Remove unused variable.Eli Zaretskii2022-10-271-6/+2
| | |_|/ | |/| |
| * | | 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
* | | | Improved locked narrowing.Gregory Heytings2022-08-201-3/+3
|/ / /
* | | 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.Gregory 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