summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix bug#58584Po Lu2022-10-181-4/+11
* Fix pieces of code being too expensive over slow network connectionsPo Lu2022-10-175-129/+345
* Merge from origin/emacs-28Stefan Kangas2022-10-161-2/+15
|\
| * ; Fix documentation of 'comp-enable-subr-trampolines'Eli Zaretskii2022-10-151-2/+15
* | Adapt last change to Haiku portPo Lu2022-10-162-5/+32
* | Fix multiple sources of flicker under XPo Lu2022-10-163-45/+102
* | ; Prefer HTTPS to HTTP in many URLsStefan Kangas2022-10-153-4/+4
* | Remove redundant call to expensive function XOpenDisplayPo Lu2022-10-151-4/+18
* | Rename `file-attribute-file-number' to `file-attribute-file-identifier'Michael Albinus2022-10-141-1/+1
* | 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