aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-18Use a dedicated type to represent interpreted-function valuesscratch/interpreted-functionStefan Monnier5-94/+149
2024-04-18(COMPILED): Rename to CLOSUREStefan Monnier12-105/+112
2024-04-18Ensure that specbind arg is always bare symbol, and drop checkMattias Engdegård1-10/+9
2024-04-18Drop unnecessary type check in varref and varset byte opsMattias Engdegård1-4/+2
2024-04-17Another fix for bug#70385Eli Zaretskii1-1/+2
2024-04-17; * src/xdisp.c (redisplay_internal): Typo fix in commentRobert Pluim1-1/+1
2024-04-16* src/xdisp.c (note_fringe_highlight): Another attempt to fix bug#70385.Eli Zaretskii1-1/+2
2024-04-16Minor fix in detecting recursive redisplay invocationsEli Zaretskii1-4/+7
2024-04-16Another fix for bug#70385Po Lu1-2/+4
2024-04-15Fix resetting the frame's 'frozen_window_starts' flagEli Zaretskii1-2/+4
2024-04-15Fix bug#70385Po Lu1-4/+23
2024-04-14GC-mark temporary key values created when sorting (bug#69709)Mattias Engdegård1-6/+17
2024-04-14; * src/eval.c (funcall_lambda): Sink specpdl load out of fast path.Mattias Engdegård1-8/+8
2024-04-13; Fix coding style of last change to xdisp.cPo Lu1-6/+7
2024-04-13; * src/window.c (shrink_mini_window): Revert inadvertent change.Eli Zaretskii1-1/+1
2024-04-13Fix crash upon call to Fset_fontset_font after X server disconnectPo Lu3-11/+39
2024-04-13; Fix documentation of last change.Eli Zaretskii1-1/+1
2024-04-13Support tooltips for fringe indicatorsVladimir Kazanov2-2/+61
2024-04-13; * src/alloc.c (process_mark_stack): Fix commentary.Eli Zaretskii1-1/+3
2024-04-11Fix display of vscrolled windowsEli Zaretskii1-1/+1
2024-04-10(en/decode_coding_object): Fix `after-change-functions`Stefan Monnier1-8/+39
2024-04-09(mouse-wheel-buttons): Map old-style wheel buttons to actual wheel eventsStefan Monnier2-12/+54
2024-04-07(Freplace_match): Fix bug#65451Stefan Monnier1-1/+1
2024-04-07; * src/filelock.c (Flock_file): Doc fix (bug#70216).Eli Zaretskii1-2/+5
2024-04-05Enable relinquishing access to Android content directoriesPo Lu5-4/+57
2024-04-04; * src/json.c: Comment correctionMattias Engdegård1-2/+2
2024-04-04* src/json.c (make_symset_table): Fix over-large allocation size.Mattias Engdegård1-1/+1
2024-04-04Remove redundant byte-swapping boundaryPo Lu2-19/+3
2024-04-04; * src/haikufns.c (syms_of_haikufns): Fix indentation.Po Lu1-2/+2
2024-04-04New variable haiku-pass-control-tab-to-systemTor-björn Claesson3-0/+23
2024-04-03; * src/json.c (json_parse_array): Remove unused variable.Mattias Engdegård1-3/+0
2024-04-03; * src/json.c (Fjson_insert): Fix typo in doc (bug#70156).Randy Taylor1-1/+1
2024-04-02; * src/json.c (Fjson_insert): Doc fix.Eli Zaretskii1-1/+2
2024-04-02Fix json-insert unibyte buffer bug (bug#70007)Mattias Engdegård1-39/+11
2024-04-02json-insert doc fixesMattias Engdegård1-2/+3
2024-04-01Update JSON codec doc stringsMattias Engdegård1-48/+50
2024-04-01; * src/json.c (json_parse_object): Call make_hash_table directly.Mattias Engdegård1-2/+1
2024-04-01; json.c stylistic adjustmentsPo Lu1-3/+4
2024-04-01Add support for `ch' and `cw' dimension specifiers for imagesZajcev Evgeny2-2/+22
2024-04-01Don't signal `json-end-of-file` for short nonempty bad JSON inputsMattias Engdegård1-3/+3
2024-04-01Faster JSON parsingMattias Engdegård3-119/+82
2024-04-01Fix listing of Android root directory when it is accessiblePo Lu1-15/+10
2024-03-31Fix wildcard signals in dbusbind.cMichael Albinus1-0/+16
2024-03-31List special directories when reading root directory on AndroidPo Lu1-3/+124
2024-03-31; Another round of stylistic fixes in json.cEli Zaretskii1-97/+71
2024-03-31; json.c stylistic adjustmentsPo Lu1-25/+32
2024-03-31; json.c stylistic adjustmentsPo Lu1-41/+45
2024-03-30Fix the native JSON support codeEli Zaretskii2-8/+12
2024-03-30Always enable native JSON support and remove Jansson referencesMattias Engdegård4-21/+3
2024-03-30New JSON encoder (bug#70007)Mattias Engdegård4-530/+547