index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pacify GCC 11 -fanalyzer on x86-64
Paul Eggert
2021-10-12
1
-1
/
+3
*
; Fix 'restore-buffer-modified-p' doc string typo
Stephen Gildea
2021-10-07
1
-1
/
+1
*
Improve documentation of line truncation and wrapping
Eli Zaretskii
2021-09-04
1
-1
/
+4
*
Fix up deleting auto-save/killing buffer wrt. `auto-save-visited-mode'
Lars Ingebrigtsen
2021-08-25
1
-3
/
+7
*
Further checks for kill-buffer-delete-auto-save-files
Lars Ingebrigtsen
2021-08-25
1
-0
/
+2
*
Add new variable 'kill-buffer/delete-auto-save-files'
Lars Ingebrigtsen
2021-08-23
1
-20
/
+29
*
Make overlays-in treat zero-length overlays at point-max consistently
Lars Ingebrigtsen
2021-08-16
1
-2
/
+3
*
Make `kill-all-local-variables' also remove lambda from hooks
jakanakaevangeli
2021-07-20
1
-6
/
+6
*
Mention `overlays-in' in the `overlays-at' doc string
Lars Ingebrigtsen
2021-07-20
1
-1
/
+5
*
Fix typos in a recent change
Eli Zaretskii
2021-07-19
1
-1
/
+1
*
Add inhibit-buffer-hooks to `make-indirect-buffer'
Lars Ingebrigtsen
2021-07-19
1
-4
/
+11
*
Make make-indirect-buffer inherit inhibit-buffer-hook from base buffer
dickmao
2021-07-19
1
-0
/
+1
*
* src/buffer.c (kill-buffer): Fix a typo.
Matthew White
2021-07-11
1
-1
/
+1
*
Further cleanup for file locks
Michael Albinus
2021-07-09
1
-1
/
+1
*
Code cleanup wrt file locks
Michael Albinus
2021-07-08
1
-1
/
+1
*
Merge from origin/emacs-27
Glenn Morris
2021-05-22
1
-4
/
+4
|
\
|
*
* src/buffer.c (syms_of_buffer) <ctl-arrow>: Doc fix. (Bug#48539)
Eli Zaretskii
2021-05-21
1
-4
/
+4
*
|
Merge from origin/emacs-27
Glenn Morris
2021-05-04
1
-3
/
+6
|
\
|
|
*
Improve doc string of 'tab-width'.
Eli Zaretskii
2021-04-30
1
-3
/
+6
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Fix the unexec build on MS-Windows
Eli Zaretskii
2021-04-30
1
-2
/
+9
*
|
* src/buffer.c (Fbuffer_swap_text): Swap `mark-active` as well
Stefan Monnier
2021-03-09
1
-0
/
+1
*
|
Call the set_buffer_overlays_ setters
Matt Armstrong
2021-03-04
1
-2
/
+2
*
|
Rename minor-modes to local-minor-modes
Lars Ingebrigtsen
2021-02-15
1
-6
/
+7
*
|
Add a new buffer-local variable `minor-modes'
Lars Ingebrigtsen
2021-02-14
1
-0
/
+13
*
|
Add functions to open a file without quitting.
Philipp Stephani
2021-01-10
1
-1
/
+1
*
|
* lisp/subr.el (ctl-x-map): Initialize inside the declaration.
Stefan Monnier
2021-01-04
1
-7
/
+0
*
|
* src/buffer.c (Fset_buffer_multibyte): Remove dead code
Stefan Monnier
2021-01-03
1
-5
/
+0
*
|
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Inhibit buffer hooks in temporary buffers
Basil L. Contovounesios
2020-12-20
1
-38
/
+50
*
|
Fix my two most common causes of all windows/frames redisplay
Stefan Monnier
2020-12-17
1
-1
/
+1
*
|
Merge from origin/emacs-27
Glenn Morris
2020-12-01
1
-2
/
+3
|
\
|
|
*
; * src/buffer.c: Fix comment describing 'buffer_defaults'.
Eli Zaretskii
2020-11-30
1
-2
/
+3
*
|
* src/buffer.h (struct buffer): Remove unused field `minor_modes`
Stefan Monnier
2020-11-19
1
-7
/
+0
*
|
Merge from origin/emacs-27
Glenn Morris
2020-11-02
1
-0
/
+3
|
\
|
|
*
* src/buffer.c (syms_of_buffer) <fill-column>: Improve doc string.
Eli Zaretskii
2020-10-27
1
-0
/
+3
*
|
Simplify use of __lsan_ignore_object
Paul Eggert
2020-08-03
1
-6
/
+0
*
|
Use a more precise check for '__lsan_ignore_object'
Philipp Stephani
2020-08-01
1
-1
/
+1
*
|
Suppress leak detector in some cases
Philipp Stephani
2020-08-01
1
-0
/
+7
*
|
Restore buffer-undo-list to buffer-local-variables
Glenn Morris
2020-05-18
1
-10
/
+30
*
|
Fix string-to-multibyte overlong sequence bug
Paul Eggert
2020-04-20
1
-2
/
+1
*
|
Prefer more inline functions in character.h
Paul Eggert
2020-04-17
1
-5
/
+3
*
|
Merge from origin/emacs-27
Glenn Morris
2020-04-05
1
-4
/
+4
|
\
|
|
*
; * src/buffer.c (syms_of_buffer) <inhibit-read-only>: Doc fix.
Eli Zaretskii
2020-04-03
1
-4
/
+4
*
|
Remove `all_buffers` and the associated `next` field of buffers
Stefan Monnier
2020-03-31
1
-30
/
+25
*
|
Avoid assertion violation at startup in pdumped Emacs
Eli Zaretskii
2020-03-30
1
-11
/
+0
*
|
Treat out-of-range positions consistently
Paul Eggert
2020-03-27
1
-7
/
+25
*
|
Support for (box . SIZE) 'cursor-type'
Zajcev Evgeny
2020-02-07
1
-0
/
+3
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nil
Juanma Barranquero
2019-10-17
1
-1
/
+1
[next]