aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-24Prefer static_assert to verifyscratch/static_assertStefan Kangas1-3/+1
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
2023-02-09Rename two long line optimizations variablesGregory Heytings1-6/+6
2023-02-03Improve documentation of 'header-line-indent-mode'Eli Zaretskii1-2/+2
2023-01-17Fix buffer-list-update-hook for indirect buffersBasil L. Contovounesios1-5/+5
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-12-16; Fix last changes in buffer.cEli Zaretskii1-0/+1
2022-12-16A better fix for bug#60096Eli Zaretskii1-1/+12
2022-12-14Update the documentation of overlays (bug#59996)Eli Zaretskii1-6/+11
2022-12-11Actually improve detection of long linesGregory Heytings1-1/+0
2022-11-26Docstring improvementsGregory Heytings1-1/+3
2022-11-26Improve locked narrowing around low-level hooks.Gregory Heytings1-1/+34
2022-11-18itree: Make sure a deleted overlay has NULL pointer fieldsStefan Monnier1-10/+7
2022-11-17itree.c: Get rid of the old iterator codescratch/noverlayStefan Monnier1-10/+2
2022-11-10; * src/buffer.c (Foverlays_in): Doc fix. (Bug#59067)Eli Zaretskii1-1/+3
2022-11-05buffer.c: evaporate overlays in all indirect buffersStefan Monnier1-22/+29
2022-11-05Minor tweaks to the fix for `insert-before-markers' overlay fixMatt Armstrong1-1/+2