summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement font selection dialog on HaikuPo Lu2022-05-014-8/+369
* Fix failing image test on nox buildsBasil L. Contovounesios2022-05-011-1/+2
* Make `M-x apropos' respect help-window-selectLars Ingebrigtsen2022-04-301-2/+7
* Make load-path-shadows-mode a special modeLars Ingebrigtsen2022-04-301-3/+2
* Fix compilation-max-output-line-length typeLars Ingebrigtsen2022-04-301-1/+1
* Avoid regexp overflow in mm-decode-content-transfer-encodingLars Ingebrigtsen2022-04-301-7/+6
* Fix Vx_show_tooltip_timeout in ns build, tooLars Ingebrigtsen2022-04-301-3/+2
* Fix compilation after recent x-show-tooltip-timeout changesLars Ingebrigtsen2022-04-302-4/+4
* Remove the "retro" Gnus/Message tool barsLars Ingebrigtsen2022-04-3050-1119/+84
* * lisp/gnus/deuglify.el (gnus-article-outlook-rearrange-citation): Add autolo...Andreas Schwab2022-04-301-0/+1
* Use x-show-tooltip-timeout in all the implementationsLars Ingebrigtsen2022-04-304-11/+10
* Don't hard code the default x-show-tip timeoutLars Ingebrigtsen2022-04-302-4/+13
* Move the when-let family of macros to subr.elLars Ingebrigtsen2022-04-302-110/+96
* Avoid using if-let in subr.elLars Ingebrigtsen2022-04-301-21/+24
* ; * doc/lispref/strings.texi (Creating Strings): Fix a typo.Eli Zaretskii2022-04-301-3/+4
* Make the xref--button-map more regularLars Ingebrigtsen2022-04-301-2/+0
* Make Python evaluation work more reliablyJin Choi2022-04-302-25/+16
* Fix some cases of flicker on MS WindowsPo Lu2022-04-301-1/+1
* Truncate output from grepLars Ingebrigtsen2022-04-303-2/+62
* Make grep-mode-font-lock-keywords more efficientLars Ingebrigtsen2022-04-301-1/+1
* Add a KEEP-NEWLINES argument to string-linesLars Ingebrigtsen2022-04-303-5/+55
* Fix display updating inside the minibuffer on MS WindowsPo Lu2022-04-303-0/+28
* Avoid server roundtrip on wheel events from scroll bars on XI2Po Lu2022-04-301-8/+25
* ; * src/w32term.c (w32_read_socket): Add comment for recent change.Eli Zaretskii2022-04-301-0/+9
* ; Minor fixes of documentation of double-buffering on MS-WindowsEli Zaretskii2022-04-302-6/+14
* * admin/CPP-DEFINES: Update for new features.Po Lu2022-04-301-4/+27
* Process editres events not for frames correctlyPo Lu2022-04-301-3/+7
* Adjustments to double buffering on MS WindowsPo Lu2022-04-303-15/+87
* Fix use of kp-decimal in 'vhdl-stutter-mode'Eli Zaretskii2022-04-301-1/+4
* Handle exposure in the widget's expose proc on XPo Lu2022-04-302-15/+45
* Fix releasing the mouse on top of the tool bar on MS WindowsPo Lu2022-04-301-1/+3
* Fix palette freeing on MS Windows with double bufferingPo Lu2022-04-301-0/+2
* Implement double buffering on MS WindowsPo Lu2022-04-305-65/+240
* Prevent cursors from being set on tooltip frames on HaikuPo Lu2022-04-301-7/+10
* debug-early: Print bytecode in a more manageable wayStefan Monnier2022-04-291-20/+24
* * lisp/emacs-lisp/cl-preloaded.el (cl--typeof-types): Add `symbol-with-pos`Stefan Monnier2022-04-292-1/+2
* Fix focus reversion of Motif menus on XI2Po Lu2022-04-301-17/+3
* Fix mouse face bugs on MotifPo Lu2022-04-301-2/+3
* Check display when handling XdndFinished eventsPo Lu2022-04-301-0/+4
* CL types: Accept both `byte-code-function` and `compiled-function`Stefan Monnier2022-04-293-2/+15
* * test/lisp/replace-tests.el (query-replace-tests): Add more tests (bug#54733)Juri Linkov2022-04-291-6/+36
* Simplify window-char-pixel-* code slightlyLars Ingebrigtsen2022-04-291-5/+2
* Explain effects of setting a zero-width fringeLars Ingebrigtsen2022-04-291-0/+8
* Add new functions for computing character metrics for windowsTitus von der Malsburg2022-04-295-1/+87
* Make timer_check even more resilientPip Cet2022-04-291-0/+4
* Avoid binding mouse-1 in xref when mouse-1 doesn't follow linksLars Ingebrigtsen2022-04-291-1/+3
* Fix colorspace calculations on HaikuPo Lu2022-04-293-46/+95
* Add helper function to remove title bar when maximizing framesLars Ingebrigtsen2022-04-292-1/+17
* ; Fix typo in documentation of 'current-time-list'Eli Zaretskii2022-04-293-3/+3
* Handle IO errors when creating Motif drag windowPo Lu2022-04-291-1/+22