aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2023-05-14Work around GCC bug 109847 in buffer.cPaul Eggert1-0/+8
2023-04-14Disallow creation of circular variable alias chainsMattias Engdegård1-1/+1
2023-03-29Remove labeled restrictions before calling FwidenGregory Heytings1-0/+1
2023-03-27* src/buffer.c (mode-line-format): Reorder and reformat %-construct docsPhil Sainty1-14/+17
2023-03-27* src/buffer.c (mode-line-format): Document %o and %q constructsPhil Sainty1-0/+3
2023-03-27* src/buffer.c (mode-line-format): Remove docs for obsolete %t constructPhil Sainty1-1/+0
2023-03-26* src/buffer.c (mode-line-format): Document %o and %q constructsPhil Sainty1-0/+3
2023-03-26* src/buffer.c (mode-line-format): Remove docs for obsolete %t constructPhil Sainty1-1/+0
2023-02-16Update Android portPo Lu1-9/+13
2023-02-15Update Android portPo Lu1-0/+20
2023-02-13Rename with/without-narrowing to with/without-restrictionEli Zaretskii1-2/+2
2023-02-09Update the documentation about labeled (locked) narrowingGregory Heytings1-17/+18