summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAge
* Replace calls to intern with a constant string with DEFSYMsPo Lu11 days
* Fix implementation of the --terminal command-line switchEli Zaretskii2024-05-04
* (mouse-wheel-buttons): Map old-style wheel buttons to actual wheel eventsStefan Monnier2024-04-09
* Implement notification callbacks on AndroidPo Lu2024-03-11
* * src/keyboard.c (read_key_sequence): Remove MSVC compatibility hackTim Ruffing2024-03-10
* Continue reading in 'read-event' etc. at the end of a keyboard macroTim Ruffing2024-03-10
* * src/keyboard.c (requeued_events_pending_p): New functionTim Ruffing2024-03-10
* * src/keyboard.c (requeued_events_pending_p): Improve name and fix commentTim Ruffing2024-03-10
* Extract check for end of macro to functionTim Ruffing2024-03-10
* Check daemon is initialized before suppressing its init errorsSpencer Baugh2024-02-24
* Make sure the binding shown by echo-keystrokes-help is not shadowedDmitry Gutov2024-02-11
* ; * src/keyboard.c (echo_dash): Mention F1 in echo_keystrokes_help.Eli Zaretskii2024-02-08
* Prevent echo area help message from being printed repeatedlyPo Lu2024-02-08
* Fix earlier change to keyboard.cPo Lu2024-02-08
* Mention 'C-h' in echo for unfinished commandsDmitry Gutov2024-02-07
* Be more systematic about parens in C source codePaul Eggert2024-01-20
* (backtrace-on-redisplay-error): Use `handler-bind`Stefan Monnier2024-01-04
* (signal_or_quit): Preserve error object identityStefan Monnier2024-01-04
* Move batch backtrace code to `top_level_2`Stefan Monnier2024-01-04
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | Split safe_call between redisplay and non-redisplay versionsStefan Monnier2023-12-23
* | Use BASE_EQ instead of EQ for some uninterned symbolsMattias EngdegÄrd2023-11-10
* | Avoid moving point while analyzing text conversionPo Lu2023-11-03
* | Prevent errors when generating events above menu bar windowsPo Lu2023-11-01
* | Support for menu bar in window_from_coordinatesManuel Giraud2023-10-28
* | ; * src/keyboard.c (save_line_number_display_width): Fix last change.Eli Zaretskii2023-10-22
* | ; Fix a compilation warningGerd Möllmann2023-10-21
* | ; * src/keyboard.c (line_number_mode_hscroll): Fix last change.Eli Zaretskii2023-10-21
* | Fix mouse clicks on links under 'global-display-line-numbers-mode'Eli Zaretskii2023-10-21
* | Update Android keysym listPo Lu2023-10-11
* | Update Android portPo Lu2023-10-01
* | Merge from origin/emacs-29Eli Zaretskii2023-08-26
|\|
| * ; Fix doc string of 'current-idle-time'Eli Zaretskii2023-08-25
| * Avoid crashes under 'which-key-mode'Eli Zaretskii2023-07-30
* | ; Last-minute updates to Android portPo Lu2023-08-04
* | Update Android portPo Lu2023-07-27
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-07-26
|\ \
| * | Avoid crashes under 'which-key-mode'Eli Zaretskii2023-07-25
* | | Improve touch screen and text conversion behavior of many commandsPo Lu2023-07-21
* | | Avoid splurious menu-bar nil eventsPo Lu2023-07-18
* | | ; * src/keyboard.c (make_lispy_event): Fix botched merge.Po Lu2023-07-18
* | | Update Android portPo Lu2023-07-18
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-07-18
|\| |
| * | Expose the ``cancellation'' of touch events to LispPo Lu2023-07-18
| * | Provide move-toolbar in a more appropriate placePo Lu2023-07-03
| * | ; * src/keyboard.c (syms_of_keyboard): Fix typo.Po Lu2023-07-03
| * | Always provide `move-toolbar' when its position can be changedPo Lu2023-07-03
* | | Improve word selection behaviorPo Lu2023-07-17
* | | Update Android portPo Lu2023-07-16