| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix display of stretch glyphs | Eli Zaretskii | 2021-09-17 | 2 | -38/+10 |
* | ; * src/minibuf.c (Ftest_completion): Clarify doc string. | Eli Zaretskii | 2021-09-16 | 1 | -2/+2 |
* | Clarify test-completion doc string | Lars Ingebrigtsen | 2021-09-16 | 1 | -0/+4 |
* | Doc fix for y-or-n-p; trailing space is no longer needed | Stefan Kangas | 2021-09-16 | 1 | -2/+4 |
* | Avoid crashes due to clearing of a frame's face cache | Eli Zaretskii | 2021-09-15 | 3 | -9/+11 |
* | Avoid compiler warnings in comp.c on MS-Windows | Eli Zaretskii | 2021-09-15 | 1 | -4/+16 |
* | A further fix for toolbar visibility problems on macOS (bug#50534) | Alan Third | 2021-09-14 | 1 | -5/+3 |
* | Fix incorrectly appearing toolbar on NS (bug#50534) | Alan Third | 2021-09-14 | 2 | -3/+2 |
* | * Clean-up some unnecessary macro usage in comp.c | Andrea Corallo | 2021-09-13 | 1 | -11/+6 |
* | Support mouse events clicked on the tab bar but outside of any tab (bug#41343) | Juri Linkov | 2021-09-13 | 1 | -1/+1 |
* | Change value of DEFAULT_TAB_BAR_BUTTON_MARGIN from 4 to 1 (bug#50424) | Juri Linkov | 2021-09-13 | 1 | -1/+1 |
* | ; * src/w32term.c (w32_read_socket): Avoid compiler warning. | Eli Zaretskii | 2021-09-11 | 1 | -2/+2 |
* | ; * src/keyboard.c (make_lispy_position): Fix a recent change. | Eli Zaretskii | 2021-09-11 | 1 | -1/+4 |
* | Fix display of tab-bar buttons | Alan Third | 2021-09-11 | 2 | -6/+6 |
* | Fix tab-bar scrolling for mice that report mouse-wheel events | Eli Zaretskii | 2021-09-11 | 1 | -12/+37 |
* | Fix restoring from pdumper file on MS-Windows 9X | Eli Zaretskii | 2021-09-11 | 1 | -1/+14 |
* | Add support for GCC compiler command-line options | Arthur Miller | 2021-09-10 | 1 | -0/+58 |
* | Merge branch 'feature/tab-bar-events' | Juri Linkov | 2021-09-09 | 9 | -97/+83 |
|\ |
|
| * | Improve tab-bar event handling (bug#41343) | Juri Linkov | 2021-09-05 | 4 | -35/+38 |
| * | Mouse wheel scrolling on the tab bar | Juri Linkov | 2021-08-18 | 1 | -1/+1 |
| * | Bind [drag-mouse-1] to tab-bar-mouse-move-tab on tab-bar-map | Juri Linkov | 2021-08-18 | 1 | -4/+1 |
| * | Redesign tab-bar event processing (bug#41342, bug#41343) | Juri Linkov | 2021-08-18 | 8 | -80/+66 |
* | | Allow kmacros to end with C-g in minibuffer | Miha Rihtaršič | 2021-09-08 | 1 | -0/+4 |
* | | Fix display of tab-bar buttons | Eli Zaretskii | 2021-09-07 | 2 | -10/+16 |
* | | Avoid segfault in command-modes | Basil L. Contovounesios | 2021-09-04 | 1 | -0/+2 |
* | | Improve documentation of line truncation and wrapping | Eli Zaretskii | 2021-09-04 | 2 | -2/+8 |
* | | ; Fix typos | Stefan Kangas | 2021-09-03 | 4 | -6/+6 |
* | | Fix expansion of non-ASCII $HOME | Eli Zaretskii | 2021-09-02 | 1 | -0/+2 |
* | | Fix 'clone-frame' on TTY frames | Eli Zaretskii | 2021-09-02 | 1 | -5/+6 |
* | | Fix segfault with invalid key-translation-map binding | Eli Zaretskii | 2021-09-01 | 1 | -2/+1 |
* | | * Add a dll loader entry for gcc_jit_context_new_cast (bug#50315) | Kien Nguyen | 2021-09-01 | 1 | -0/+6 |
* | | In batch mode, avoid killing Emacs with C-g in the minibuffer | Miha Rihtaršič | 2021-09-01 | 1 | -18/+19 |
* | | call-process doc string clarification | Lars Ingebrigtsen | 2021-08-31 | 1 | -0/+2 |
* | | Make run-at-time try harder to run at integral multiples | Lars Ingebrigtsen | 2021-08-31 | 1 | -1/+1 |
* | | Implement proper type conversion in native compiler | Andreas Schwab | 2021-08-30 | 1 | -108/+102 |
* | | ; * src/xfaces.c (gui_supports_face_attributes_p): Fix typo in comment. | Eli Zaretskii | 2021-08-29 | 1 | -2/+2 |
* | | Disable the NS app when no frames are left (bug#14619, bug#21357, bug#23586) | Alan Third | 2021-08-29 | 2 | -0/+11 |
* | | Fix up deleting auto-save/killing buffer wrt. `auto-save-visited-mode' | Lars Ingebrigtsen | 2021-08-25 | 1 | -3/+7 |
* | | Further checks for kill-buffer-delete-auto-save-files | Lars Ingebrigtsen | 2021-08-25 | 1 | -0/+2 |
* | | Improve documentation of 'inhibit-mouse-event-check' | Eli Zaretskii | 2021-08-23 | 1 | -4/+5 |
* | | * lisp/mouse.el (context-menu-open): New command bound to [S-f10]. | Juri Linkov | 2021-08-23 | 1 | -1/+8 |
* | | Improve recently-changed docs | Eli Zaretskii | 2021-08-23 | 1 | -6/+5 |
* | | Clarify the documentation of `next-frame' | Lars Ingebrigtsen | 2021-08-23 | 1 | -9/+15 |
* | | Add new variable 'kill-buffer/delete-auto-save-files' | Lars Ingebrigtsen | 2021-08-23 | 1 | -20/+29 |
* | | Clarify :stderr in the make-process doc string | Lars Ingebrigtsen | 2021-08-23 | 1 | -1/+4 |
* | | Fix recent parse-partial-sexp argument validation | Basil L. Contovounesios | 2021-08-22 | 1 | -2/+2 |
* | | Set a unique ID for eln files on macOS (bug#45934) | Andrea Corallo | 2021-08-22 | 1 | -0/+9 |
* | | Set label for NSToolbarItem (bug#50159) | Masahiro Nakamura | 2021-08-22 | 2 | -0/+8 |
* | | Make Qhide declaration non-target-specific | Mattias Engdegård | 2021-08-22 | 2 | -1/+2 |
* | | Don't show menu titles with the text property 'hide' (bug#50067) | Juri Linkov | 2021-08-22 | 1 | -0/+8 |