aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-30Michael Albinus2024-11-141-6/+7
|\
| * Fix handling of permanent-local variables in 'kill-all-local-variables'Eli Zaretskii2024-11-101-6/+7
* | Prefer static_assert to verifyStefan Kangas2024-08-221-3/+1
* | Replace some EQ with BASE_EQMattias Engdegård2024-08-151-4/+4
* | Improve window/buffer handling codeMartin Rudalics2024-08-011-0/+7
|/
* ; * src/buffer.c (syms_of_buffer) <mode-line-format>: ASCIIfy.Eli Zaretskii2024-06-251-1/+1
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-8/+17
* ; Fix recently-changed documentationEli Zaretskii2024-03-261-9/+12
* Prevent passwords from being recorded during text conversionPo Lu2024-03-261-0/+7
* Further adjustments for restoring killed buffer windows (Bug#68235)Martin Rudalics2024-03-151-2/+24
* Revert "Replace XSETSYMBOL with make_lisp_symbol"Mattias Engdegård2024-03-041-2/+2
* Avoid crashes due to base-less indirect bufferEli Zaretskii2024-03-041-2/+10
* Merge from origin/emacs-29Eli Zaretskii2024-03-021-2/+8
|\
| * ; * src/buffer.c (Fmake_indirect_buffer): Doc fix.Eli Zaretskii2024-03-011-2/+8
* | Replace XSETSYMBOL with make_lisp_symbolMattias Engdegård2024-02-241-2/+2
* | Prefer `ITREE_FOREACH` over `overlays_in`Stefan Monnier2024-02-051-39/+21
* | Revert "Add new `swap` macro and use it"Po Lu2024-01-061-3/+13
* | Add new `swap` macro and use itStefan Kangas2024-01-061-13/+3
* | Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\ \ | |/
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; * src/buffer.c (Ffind_buffer): Fix coding style in recent change.Po Lu2023-12-311-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-12-301-2/+2
|\ \ | |/
| * ; * src/buffer.c (syms_of_buffer) <default-directory>: Doc fix (bug#68088).Eli Zaretskii2023-12-281-2/+2
* | Improve performance let-binding `case-fold-search' (bug#66117)Ihor Radchenko2023-12-301-11/+6
* | ; Fix last changeEli Zaretskii2023-12-301-2/+2
* | Improve performance of `find-buffer-visiting' (bug#66117)Ihor Radchenko2023-12-301-2/+23
* | Split safe_call between redisplay and non-redisplay versionsStefan Monnier2023-12-231-2/+2
* | Merge from origin/emacs-29Eli Zaretskii2023-09-161-1/+1
|\ \ | |/
| * (report_overlay_modification): Fix bug#65929Stefan Monnier2023-09-131-1/+1
* | ; Last-minute updates to Android portPo Lu2023-08-041-2/+0
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-181-3/+3
|\ \
| * | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-3/+3
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-151-0/+8
|\ \ \ | |/ /
| * | Work around GCC bug 109847 in buffer.cPaul Eggert2023-05-141-0/+8
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-141-0/+1
|\ \ \ | |/ /
| * | Merge from origin/emacs-29Eli Zaretskii2023-05-131-0/+1
| |\ \ | | |/
| | * Remove labeled restrictions before calling FwidenGregory Heytings2023-03-291-0/+1
| | * * src/buffer.c (mode-line-format): Document %o and %q constructsPhil Sainty2023-03-261-0/+3
| | * * src/buffer.c (mode-line-format): Remove docs for obsolete %t constructPhil Sainty2023-03-261-1/+0
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-04-151-1/+1
|\ \ \ | |/ /
| * | Disallow creation of circular variable alias chainsMattias Engdegård2023-04-141-1/+1
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-03-271-15/+20
|\ \ \ | |/ /
| * | * src/buffer.c (mode-line-format): Reorder and reformat %-construct docsPhil Sainty2023-03-271-14/+17
| * | * src/buffer.c (mode-line-format): Document %o and %q constructsPhil Sainty2023-03-271-0/+3
| * | * src/buffer.c (mode-line-format): Remove docs for obsolete %t constructPhil Sainty2023-03-271-1/+0
| |/
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-02-161-23/+24
|\ \ | |/
| * Rename with/without-narrowing to with/without-restrictionEli Zaretskii2023-02-131-2/+2
| * Update the documentation about labeled (locked) narrowingGregory Heytings2023-02-091-17/+18
| * Rename two long line optimizations variablesGregory Heytings2023-02-091-6/+6
* | Update Android portPo Lu2023-02-161-9/+13