aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (unfollow)
Commit message (Expand)AuthorFilesLines
10 days; Fix the documentation of 'overlays-in' etc.Eli Zaretskii1-1/+3
2026-02-14Adjust documentation to changes in 'overlays-in' and 'overlays-at'Eli Zaretskii1-16/+25
2026-02-12Move the Lisp_Fwd.bufoffset field back to the unionHelmut Eller1-6/+9
2026-02-12Introduce an enum Lisp_Fwd_PredicateHelmut Eller1-13/+9
2026-02-12Remove struct Lisp_Buffer_ObjfwdHelmut Eller1-15/+14
2026-02-12Introduce a struct Lisp_FwdHelmut Eller1-8/+9
2026-02-12Make Lisp_Buffer_Objfwd objects constHelmut Eller1-78/+79
2026-02-12Make 'overlays_in' use only real EOB (bug#80242)Stephen Berman1-7/+6
2026-01-24Support cons cell for 'line-spacing'Daniel Mendler1-2/+5
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-12-08Fix some C symbol extern visibilityPaul Eggert1-1/+1
2025-11-25Make it easier to enable Abbrev mode by defaultSean Whitton1-2/+4
2025-08-09Allow thread's buffer to be killed, by defaultDmitry Gutov1-0/+7
2025-05-13; * src/buffer.c (Fgenerate_new_buffer_name): Fix typo.Sean Whitton1-2/+2
2025-05-03Add line-column tracking for tree-sitterYuan Fu1-0/+25
2025-02-22; Fix typosStefan Kangas1-1/+1
2025-01-28; Fix last changeEli Zaretskii1-2/+2
2025-01-28New variable 'expose-hidden-buffer' (Bug#75828)Martin Rudalics1-1/+2
2025-01-19Replace call[1-8] with callnStefan Kangas1-9/+8
2025-01-19Prefer 'list (...)' to 'listn (N, ...)'Stefan Kangas1-13/+12
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet1-8/+8
2024-12-12Unexec removal: Main partPip Cet1-41/+0
2024-11-10Fix handling of permanent-local variables in 'kill-all-local-variables'Eli Zaretskii1-6/+7
2024-08-22Prefer static_assert to verifyStefan Kangas1-3/+1
2024-08-15Replace some EQ with BASE_EQMattias Engdegård1-4/+4
2024-08-01Improve window/buffer handling codeMartin Rudalics1-0/+7
2024-06-25; * src/buffer.c (syms_of_buffer) <mode-line-format>: ASCIIfy.Eli Zaretskii1-1/+1
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu1-8/+17
2024-03-26; Fix recently-changed documentationEli Zaretskii1-9/+12
2024-03-26Prevent passwords from being recorded during text conversionPo Lu1-0/+7
2024-03-15Further adjustments for restoring killed buffer windows (Bug#68235)Martin Rudalics1-2/+24
2024-03-04Revert "Replace XSETSYMBOL with make_lisp_symbol"Mattias Engdegård1-2/+2
2024-03-04Avoid crashes due to base-less indirect bufferEli Zaretskii1-2/+10
2024-03-01; * src/buffer.c (Fmake_indirect_buffer): Doc fix.Eli Zaretskii1-2/+8
2024-02-24Replace XSETSYMBOL with make_lisp_symbolMattias Engdegård1-2/+2
2024-02-05Prefer `ITREE_FOREACH` over `overlays_in`Stefan Monnier1-39/+21
2024-01-06Revert "Add new `swap` macro and use it"Po Lu1-3/+13
2024-01-06Add new `swap` macro and use itStefan Kangas1-13/+3
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-12-31; * src/buffer.c (Ffind_buffer): Fix coding style in recent change.Po Lu1-1/+1
2023-12-30Improve performance let-binding `case-fold-search' (bug#66117)Ihor Radchenko1-11/+6
2023-12-30; Fix last changeEli Zaretskii1-2/+2
2023-12-30Improve performance of `find-buffer-visiting' (bug#66117)Ihor Radchenko1-2/+23
2023-12-28; * src/buffer.c (syms_of_buffer) <default-directory>: Doc fix (bug#68088).Eli Zaretskii1-2/+2
2023-12-23Split safe_call between redisplay and non-redisplay versionsStefan Monnier1-2/+2
2023-09-13(report_overlay_modification): Fix bug#65929Stefan Monnier1-1/+1
2023-08-04; Last-minute updates to Android portPo Lu1-2/+0
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert1-3/+3