summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-08-16Avoid lowering child frames below scroll bars on XPo Lu
2022-08-15Produce TAGS in 'lib' as well and include them in src/TAGSEli Zaretskii
2022-08-15Fix fix_command for non-symbol functionsLars Ingebrigtsen
2022-08-15Enhance safe_run_hooks_1 and safe_run_hook_funcall to handle more argumentsAlan Mackenzie
2022-08-15Pacify warnings from gcc 12 in encode_coding_objectMatt Armstrong
2022-08-15Fix uninitialized variable false-positivesPo Lu
2022-08-14Improve timefns speed on integersPaul Eggert
2022-08-14Decode time conses before floatsPaul Eggert
2022-08-14Work around Bug#57211Paul Eggert
2022-08-14Fix selection preservation bug when USE_XCBPaul Eggert
2022-08-14* lisp/calendar/time-date.el (seconds-to-time): Use the original arg listStefan Monnier
2022-08-14* src/Makefile.in (elnlisp): Delete autoload.eln from list.Stefan Kangas
2022-08-14Further speedups of redisplay of long and truncated linesEli Zaretskii
2022-08-14; * src/xdisp.c (display_line): Fix a typo.Eli Zaretskii
2022-08-14More fixes to MPX drag-and-drop interactionPo Lu
2022-08-13Document time-convert FORM argument as mandatoryBasil L. Contovounesios
2022-08-13Improve time-convert docstring formatting for readabilityStefan Kangas
2022-08-13; Fix documentation of 'deactivate-mark'Eli Zaretskii
2022-08-13Speed up display of long lines under 'truncate-lines'Eli Zaretskii
2022-08-13Add new value `dont-save' to `deactivate-mark'Po Lu
2022-08-13; * src/xfns.c (Fx_set_mouse_absolute_pixel_position): Fix typo.Po Lu
2022-08-13Improve MPX interaction with drag-and-dropPo Lu
2022-08-12Merge from origin/emacs-28Stefan Kangas
2022-08-12Prevent SelectionNotify etc from reaching GTK 3Po Lu
2022-08-11New debugging facility: backtraces from errors in Lisp called from redisplayAlan Mackenzie
2022-08-11Fix wrong metrics for bitmap-only fonts with HarfBuzz 5YAMAMOTO Mitsuharu
2022-08-11Adjust client pointer upon help eventPo Lu
2022-08-10Fix some undesirable frame focus changesPo Lu
2022-08-10Improve MPX interaction with xwidgets and drag-and-dropPo Lu
2022-08-09; * src/keyboard.c (timer_check_2): Restore run-time conditions.Eli Zaretskii
2022-08-09; * src/xterm.c (xi_populate_device_from_info): Minor ifdef cleanup.Po Lu
2022-08-09; * src/xterm.c (xi_disable_devices): Fix portability typo.Po Lu
2022-08-09Factor out some duplicate code from handle_one_xeventPo Lu
2022-08-09Fix handling of XI_DeviceChanged eventsPo Lu
2022-08-08Clean up fix_command code slightlyLars Ingebrigtsen
2022-08-08select-active-regions doc string improvementLars Ingebrigtsen
2022-08-08* src/print.c (struct print_buffer): Revert gratuitous format change.Mattias Engdegård
2022-08-08Clean up fix_command slightlyLars Ingebrigtsen
2022-08-08Allow specifying how args are to be stored in `command-history'Lars Ingebrigtsen
2022-08-08; Fix coding style in recently installed changes to print.cPo Lu
2022-08-08; Fix typosStefan Kangas
2022-08-08Group print buffer state in a structMattias Engdegård
2022-08-08Turn large macros in print.c to functionsMattias Engdegård
2022-08-08Fix warnings outside XI2 buildsPo Lu
2022-08-08Improve handling of pointer focus under the input extensionPo Lu
2022-08-07Pacify a gcc warning in xi_handle_focus_changeLars Ingebrigtsen
2022-08-07Fix 'vertical-motion' in bidi-reordered textEli Zaretskii
2022-08-07Cease emitting negative file offsets for user variablesMattias Engdegård
2022-08-07Use struct for saved strings in the readerMattias Engdegård
2022-08-07Make force-load-doc-strings work againMattias Engdegård