index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
buffer.c
Age
Commit message (
Expand
)
Author
2026-05-23
New function memory_full_up
Paul Eggert
2026-02-28
; Fix the documentation of 'overlays-in' etc.
Eli Zaretskii
2026-02-14
Adjust documentation to changes in 'overlays-in' and 'overlays-at'
Eli Zaretskii
2026-02-12
Move the Lisp_Fwd.bufoffset field back to the union
Helmut Eller
2026-02-12
Introduce an enum Lisp_Fwd_Predicate
Helmut Eller
2026-02-12
Remove struct Lisp_Buffer_Objfwd
Helmut Eller
2026-02-12
Introduce a struct Lisp_Fwd
Helmut Eller
2026-02-12
Make Lisp_Buffer_Objfwd objects const
Helmut Eller
2026-02-12
Make 'overlays_in' use only real EOB (bug#80242)
Stephen Berman
2026-01-24
Support cons cell for 'line-spacing'
Daniel Mendler
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-12-08
Fix some C symbol extern visibility
Paul Eggert
2025-11-25
Make it easier to enable Abbrev mode by default
Sean Whitton
2025-08-09
Allow thread's buffer to be killed, by default
Dmitry Gutov
2025-05-13
; * src/buffer.c (Fgenerate_new_buffer_name): Fix typo.
Sean Whitton
2025-05-03
Add line-column tracking for tree-sitter
Yuan Fu
2025-02-22
; Fix typos
Stefan Kangas
2025-02-01
Merge branch 'scratch/no-purespace' into 'master'
Stefan Kangas
2025-01-28
; Fix last change
Eli Zaretskii
2025-01-28
New variable 'expose-hidden-buffer' (Bug#75828)
Martin Rudalics
2025-01-19
Replace call[1-8] with calln
Stefan Kangas
2025-01-19
Prefer 'list (...)' to 'listn (N, ...)'
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-12-12
Pure storage removal: Replace calls to removed functions
Pip Cet
2024-12-12
Unexec removal: Main part
Pip Cet
2024-11-14
Merge from origin/emacs-30
Michael Albinus
2024-11-10
Fix handling of permanent-local variables in 'kill-all-local-variables'
Eli Zaretskii
2024-08-22
Prefer static_assert to verify
Stefan Kangas
2024-08-15
Replace some EQ with BASE_EQ
Mattias Engdegård
2024-08-01
Improve window/buffer handling code
Martin Rudalics
2024-06-25
; * src/buffer.c (syms_of_buffer) <mode-line-format>: ASCIIfy.
Eli Zaretskii
2024-05-09
Replace calls to intern with a constant string with DEFSYMs
Po Lu
2024-03-26
; Fix recently-changed documentation
Eli Zaretskii
2024-03-26
Prevent passwords from being recorded during text conversion
Po Lu
2024-03-15
Further adjustments for restoring killed buffer windows (Bug#68235)
Martin Rudalics
2024-03-04
Revert "Replace XSETSYMBOL with make_lisp_symbol"
Mattias Engdegård
2024-03-04
Avoid crashes due to base-less indirect buffer
Eli Zaretskii
2024-03-02
Merge from origin/emacs-29
Eli Zaretskii
2024-03-01
; * src/buffer.c (Fmake_indirect_buffer): Doc fix.
Eli Zaretskii
2024-02-24
Replace XSETSYMBOL with make_lisp_symbol
Mattias Engdegård
2024-02-05
Prefer `ITREE_FOREACH` over `overlays_in`
Stefan Monnier
2024-01-06
Revert "Add new `swap` macro and use it"
Po Lu
2024-01-06
Add new `swap` macro and use it
Stefan Kangas
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-12-31
; * src/buffer.c (Ffind_buffer): Fix coding style in recent change.
Po Lu
2023-12-30
Merge from origin/emacs-29
Eli Zaretskii
2023-12-30
Improve performance let-binding `case-fold-search' (bug#66117)
Ihor Radchenko
2023-12-30
; Fix last change
Eli Zaretskii
2023-12-30
Improve performance of `find-buffer-visiting' (bug#66117)
Ihor Radchenko
[next]