aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/comp.c: Use constructor expressions when possible.feature/comp-use-ctorsVibhav Pant2022-10-141-12/+97
* Fix bug#56153Po Lu2022-10-141-10/+13
* Avoid redundant creation of XRender picturesPo Lu2022-10-141-19/+49
* ; Fix recent change in documentation of "device number"Eli Zaretskii2022-10-141-3/+3
* Clarify structure of file-attribute's device numberMichael Albinus2022-10-131-2/+3
* Improve checks for recent "File exists" fixupPaul Eggert2022-10-131-0/+1
* Shrink client list window structurePo Lu2022-10-131-9/+9
* Simplify recent "File exists" fixPaul Eggert2022-10-131-1/+1
* Fix misleading "File exists, but cannot be read" in browse-url-emacsLars Ingebrigtsen2022-10-131-1/+1
* src/frame.c (do_switch_frame): Fix bug#58343Stefan Monnier2022-10-123-18/+24
* Stop relying on Xt hack to set window manager hintsPo Lu2022-10-124-26/+40
* Also avoid setting _NET_WM_USER_TIME on crossingPo Lu2022-10-111-9/+11
* ; * src/fns.c (HAVE_FAST_UNALIGNED_ACCESS): run faster on mainframesMattias Engdegård2022-10-111-1/+2
* Speed up scrolling when lines are very long and truncatedEli Zaretskii2022-10-112-6/+106
* Remove some more unnecessary calls to block_inputPo Lu2022-10-111-18/+7
* Improve error message from sqlite-executeLars Ingebrigtsen2022-10-111-12/+20
* Support "insert into ... returning ..." in sqlite-executeLars Ingebrigtsen2022-10-101-56/+64
* Fix some indentation in Fsqlite_executeLars Ingebrigtsen2022-10-101-8/+9
* Make Fsqlite_select error data betterLars Ingebrigtsen2022-10-091-7/+11
* Clean up Fsqlite_select slightlyLars Ingebrigtsen2022-10-091-1/+1
* Fix user time handling bug on GNOME Shell and MetacityPo Lu2022-10-092-31/+55
* Restrict string-lessp vectorisation to safe architecturesMattias Engdegård2022-10-081-10/+30
* Better Lisp_String commentsMattias Engdegård2022-10-082-5/+10
* Improved format string error message (bug#58168)Mattias Engdegård2022-10-081-4/+9
* Make sqlite-select signal errors when there's an errorLars Ingebrigtsen2022-10-081-1/+5
* Stop passing CurrentTime to SetInputFocusPo Lu2022-10-081-2/+31
* subr.el (inhibit-point-motion-hooks): Mark it as obsoleteStefan Monnier2022-10-071-9/+1
* Speed up string-lessp for multibyte stringsMattias Engdegård2022-10-071-12/+39
* Handle IM server disconnects during preeditPo Lu2022-10-071-0/+36
* Add missing staticpro (bug#58327)Gerd Möllmann2022-10-061-0/+2
* Inhibit GC in probably_quit (bug#58042)Gerd Möllmann2022-10-061-0/+2
* ; * src/xterm.c (x_term_init): Fix typo.Po Lu2022-10-061-1/+1
* Minor fixes to IM locale handlingPo Lu2022-10-061-1/+5
* Fix nsmenu crash when exiting popup dialogPo Lu2022-10-061-1/+4
* Add face help-key-binding in help-char echoStefan Kangas2022-10-051-16/+9
* Fix bug in "macintization" of x_draw_glyph_stringPo Lu2022-10-051-2/+16
* Add comment explaining gcc_jit_context_new_bitcast usage.Vibhav Pant2022-10-051-0/+5
* Address styling comments.Vibhav Pant2022-10-051-7/+7
* comp.c: Add declaration for gcc_jit_type_is_pointer.Vibhav Pant2022-10-051-2/+12
* src/comp.c: Use libgccjit's bitcast API for type coercion, when available.Vibhav Pant2022-10-051-5/+57
* Merge from origin/emacs-28Stefan Kangas2022-10-041-3/+7
|\
| * * src/emacs.c (load_pdump): Propery handle case when executableAndreas Schwab2022-10-041-3/+7
| * Avoid assertion violations in STRING_CHAREli Zaretskii2022-10-042-2/+7
* | Avoid assertion violations in STRING_CHAREli Zaretskii2022-10-042-2/+7
* | Fix deiconification handling on FVWM and possibly other window managersPo Lu2022-10-041-0/+60
* | Merge from origin/emacs-28Stefan Kangas2022-10-041-10/+4
|\ \ | |/
| * * src/emacs.c (load_pdump): Fix use of xpalloc.Andreas Schwab2022-10-021-5/+4
| * Avoid assertion violation in 'xpalloc'Eli Zaretskii2022-10-021-1/+1
* | Rename to inhibit-automatic-native-compilationLars Ingebrigtsen2022-10-031-3/+4
* | ; * src/menu.c: remove unused lwlib includeManuel Giraud2022-10-031-4/+0