aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Complete renaming to pos-bol and pos-eolMattias EngdegÄrd2022-08-211-2/+2
* ; * src/xterm.c (handle_one_xevent): Avoid compiler warning.Eli Zaretskii2022-08-211-1/+2
* Rename newly-added eol/bol functions to pos-eol/pos-bolLars Ingebrigtsen2022-08-211-4/+4
* Minor optimization to x_query_pointer_1Po Lu2022-08-211-4/+14
* Fix crash when the keymap changesPo Lu2022-08-201-6/+5
* Delete two functions obsolete since Emacs 23Stefan Kangas2022-08-191-42/+0
* Merge from origin/emacs-28Stefan Kangas2022-08-191-1/+3
|\
| * * src/window.c (select_window): Fix assert for buffer = non-active minibufferAlan Mackenzie2022-08-191-1/+3
* | Improve 'ns-read-file-name' docstringRobert Pluim2022-08-191-1/+1
* | ; * src/editfns.c (Fline_beginning_position): Remove redundant parens.Eli Zaretskii2022-08-191-1/+1
* | Add new functions eol and bolLars Ingebrigtsen2022-08-191-32/+66
* | * src/pdumper.c (dump_native_comp_unit): Error if CU is not fixed-upAndrea Corallo2022-08-191-0/+3
* | * src/alloc.c (pure_alloc): Warn for pure space overflowAndrea Corallo2022-08-191-0/+7
* | * src/pdumper.c (Fdump_emacs_portable): Check and warn for pure space overflowAndrea Corallo2022-08-192-5/+2
* | Fix more calls to XQueryPointer for MPXPo Lu2022-08-191-17/+60
* | Copy-edit doc strings and comments wrt bignum and fixnumMattias EngdegÄrd2022-08-186-23/+13
* | * Expose `comp-loaded-comp-units-h'Andrea Corallo2022-08-181-9/+10
* | Fix broken build on Solaris 10 emacs_spawnPaul Eggert2022-08-171-1/+1
* | ; * src/xterm.c (xi_select_hierarchy_events): Fix typo.Po Lu2022-08-181-1/+1
* | ; * src/xterm.c (xi_select_hierarchy_events): Fix typo.Po Lu2022-08-181-0/+2
* | Avoid disabling device multiple times while handling XI attachment eventsPo Lu2022-08-171-3/+6
* | * src/buffer.c (Frename_buffer): Fix bug#56693Stefan Monnier2022-08-161-2/+4
* | Fix XInput hierarchy events not being delivered in daemon modePo Lu2022-08-162-8/+39
* | Don't look for long lines beyond the narrowed regionEli Zaretskii2022-08-161-1/+1
* | Make the bookmark fringe icon look like a bookmarkJim Porter2022-08-151-0/+15
* | Avoid lowering child frames below scroll bars on XPo Lu2022-08-161-7/+41
* | Produce TAGS in 'lib' as well and include them in src/TAGSEli Zaretskii2022-08-151-4/+5
* | Fix fix_command for non-symbol functionsLars Ingebrigtsen2022-08-151-1/+1
* | Enhance safe_run_hooks_1 and safe_run_hook_funcall to handle more argumentsAlan Mackenzie2022-08-151-6/+30
* | Pacify warnings from gcc 12 in encode_coding_objectMatt Armstrong2022-08-151-1/+1
* | Fix uninitialized variable false-positivesPo Lu2022-08-151-2/+2
* | 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