summaryrefslogtreecommitdiff
path: root/src/buffer.c
AgeCommit message (Expand)Author
2026-05-23New function memory_full_upPaul Eggert
2026-02-28; Fix the documentation of 'overlays-in' etc.Eli Zaretskii
2026-02-14Adjust documentation to changes in 'overlays-in' and 'overlays-at'Eli Zaretskii
2026-02-12Move the Lisp_Fwd.bufoffset field back to the unionHelmut Eller
2026-02-12Introduce an enum Lisp_Fwd_PredicateHelmut Eller
2026-02-12Remove struct Lisp_Buffer_ObjfwdHelmut Eller
2026-02-12Introduce a struct Lisp_FwdHelmut Eller
2026-02-12Make Lisp_Buffer_Objfwd objects constHelmut Eller
2026-02-12Make 'overlays_in' use only real EOB (bug#80242)Stephen Berman
2026-01-24Support cons cell for 'line-spacing'Daniel Mendler
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-08Fix some C symbol extern visibilityPaul Eggert
2025-11-25Make it easier to enable Abbrev mode by defaultSean Whitton
2025-08-09Allow thread's buffer to be killed, by defaultDmitry Gutov
2025-05-13; * src/buffer.c (Fgenerate_new_buffer_name): Fix typo.Sean Whitton
2025-05-03Add line-column tracking for tree-sitterYuan Fu
2025-02-22; Fix typosStefan Kangas
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-28; Fix last changeEli Zaretskii
2025-01-28New variable 'expose-hidden-buffer' (Bug#75828)Martin Rudalics
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-19Prefer 'list (...)' to 'listn (N, ...)'Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet
2024-12-12Unexec removal: Main partPip Cet
2024-11-14Merge from origin/emacs-30Michael Albinus
2024-11-10Fix handling of permanent-local variables in 'kill-all-local-variables'Eli Zaretskii
2024-08-22Prefer static_assert to verifyStefan Kangas
2024-08-15Replace some EQ with BASE_EQMattias Engdegård
2024-08-01Improve window/buffer handling codeMartin Rudalics
2024-06-25; * src/buffer.c (syms_of_buffer) <mode-line-format>: ASCIIfy.Eli Zaretskii
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu
2024-03-26; Fix recently-changed documentationEli Zaretskii
2024-03-26Prevent passwords from being recorded during text conversionPo Lu
2024-03-15Further adjustments for restoring killed buffer windows (Bug#68235)Martin Rudalics
2024-03-04Revert "Replace XSETSYMBOL with make_lisp_symbol"Mattias Engdegård
2024-03-04Avoid crashes due to base-less indirect bufferEli Zaretskii
2024-03-02Merge from origin/emacs-29Eli Zaretskii
2024-03-01; * src/buffer.c (Fmake_indirect_buffer): Doc fix.Eli Zaretskii
2024-02-24Replace XSETSYMBOL with make_lisp_symbolMattias Engdegård
2024-02-05Prefer `ITREE_FOREACH` over `overlays_in`Stefan Monnier
2024-01-06Revert "Add new `swap` macro and use it"Po Lu
2024-01-06Add new `swap` macro and use itStefan Kangas
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-31; * src/buffer.c (Ffind_buffer): Fix coding style in recent change.Po Lu
2023-12-30Merge from origin/emacs-29Eli Zaretskii
2023-12-30Improve performance let-binding `case-fold-search' (bug#66117)Ihor Radchenko
2023-12-30; Fix last changeEli Zaretskii
2023-12-30Improve performance of `find-buffer-visiting' (bug#66117)Ihor Radchenko