aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into scratch/font_lock_large_filesscratch/font_lock_large_filesDmitry Gutov2022-08-1512-131/+595
|\
| * Improve timefns speed on integersPaul Eggert2022-08-141-4/+15
| * Decode time conses before floatsPaul Eggert2022-08-141-11/+11
| * Work around Bug#57211Paul Eggert2022-08-141-1/+2
| * Fix selection preservation bug when USE_XCBPaul Eggert2022-08-141-5/+6
| * * lisp/calendar/time-date.el (seconds-to-time): Use the original arg listStefan Monnier2022-08-141-3/+10
| * * src/Makefile.in (elnlisp): Delete autoload.eln from list.Stefan Kangas2022-08-141-1/+0
| * Further speedups of redisplay of long and truncated linesEli Zaretskii2022-08-143-49/+99
| * ; * src/xdisp.c (display_line): Fix a typo.Eli Zaretskii2022-08-141-3/+2
| * More fixes to MPX drag-and-drop interactionPo Lu2022-08-141-1/+23
| * Document time-convert FORM argument as mandatoryBasil L. Contovounesios2022-08-131-3/+2
| * Improve time-convert docstring formatting for readabilityStefan Kangas2022-08-131-6/+12
| * ; Fix documentation of 'deactivate-mark'Eli Zaretskii2022-08-131-4/+7
| * Speed up display of long lines under 'truncate-lines'Eli Zaretskii2022-08-132-7/+132
| * Add new value `dont-save' to `deactivate-mark'Po Lu2022-08-131-2/+6
| * ; * src/xfns.c (Fx_set_mouse_absolute_pixel_position): Fix typo.Po Lu2022-08-131-2/+2
| * Improve MPX interaction with drag-and-dropPo Lu2022-08-132-27/+131
| * Merge from origin/emacs-28Stefan Kangas2022-08-121-1/+5
| |\
| | * Fix wrong metrics for bitmap-only fonts with HarfBuzz 5YAMAMOTO Mitsuharu2022-08-111-1/+5
| | * * src/lisp.h (CHECK_INTEGER): Fix the predicate. (Bug#56856)Eli Zaretskii2022-07-311-1/+1
| * | Prevent SelectionNotify etc from reaching GTK 3Po Lu2022-08-121-0/+12
| * | New debugging facility: backtraces from errors in Lisp called from redisplayAlan Mackenzie2022-08-114-4/+75
| * | Adjust client pointer upon help eventPo Lu2022-08-111-1/+22
| * | Fix some undesirable frame focus changesPo Lu2022-08-101-6/+21
| * | Improve MPX interaction with xwidgets and drag-and-dropPo Lu2022-08-101-2/+12
* | | New option: font-lock-large-filesDmitry Gutov2022-08-121-14/+0
|/ /
* | ; * src/keyboard.c (timer_check_2): Restore run-time conditions.Eli Zaretskii2022-08-091-14/+19
* | ; * src/xterm.c (xi_populate_device_from_info): Minor ifdef cleanup.Po Lu2022-08-091-5/+4
* | ; * src/xterm.c (xi_disable_devices): Fix portability typo.Po Lu2022-08-091-0/+2
* | Factor out some duplicate code from handle_one_xeventPo Lu2022-08-091-81/+73
* | Fix handling of XI_DeviceChanged eventsPo Lu2022-08-091-107/+150
* | Clean up fix_command code slightlyLars Ingebrigtsen2022-08-081-1/+1
* | select-active-regions doc string improvementLars Ingebrigtsen2022-08-081-1/+4
* | * src/print.c (struct print_buffer): Revert gratuitous format change.Mattias Engdegård2022-08-081-11/+4
* | Clean up fix_command slightlyLars Ingebrigtsen2022-08-081-3/+2
* | Allow specifying how args are to be stored in `command-history'Lars Ingebrigtsen2022-08-081-77/+36
* | ; Fix coding style in recently installed changes to print.cPo Lu2022-08-081-6/+15
* | ; Fix typosStefan Kangas2022-08-081-3/+3
* | Group print buffer state in a structMattias Engdegård2022-08-081-39/+41
* | Turn large macros in print.c to functionsMattias Engdegård2022-08-081-130/+146
* | Fix warnings outside XI2 buildsPo Lu2022-08-081-3/+3
* | Improve handling of pointer focus under the input extensionPo Lu2022-08-083-54/+186
* | Pacify a gcc warning in xi_handle_focus_changeLars Ingebrigtsen2022-08-071-1/+1
* | Fix 'vertical-motion' in bidi-reordered textEli Zaretskii2022-08-071-7/+6
* | Cease emitting negative file offsets for user variablesMattias Engdegård2022-08-071-1/+3
* | Use struct for saved strings in the readerMattias Engdegård2022-08-071-95/+62
* | Make force-load-doc-strings work againMattias Engdegård2022-08-071-0/+67
* | Revert "Improve X event timestamp tracking"Po Lu2022-08-075-136/+32
* | Improve X event timestamp trackingDaniel Colascione2022-08-065-32/+136
* | Correctly set user time on GTK+ for key press eventsPo Lu2022-08-071-0/+35