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
2012-11-06
Widely used frame validity and checking functions.
Dmitry Antipov
2012-11-03
* lisp/cus-start.el: Make cursor-type customizable.
Chong Yidong
2012-10-17
* buffer.c (Fkill_buffer): When unchaining the marker,
Dmitry Antipov
2012-10-17
Do not verify indirection counters of killed buffers (Bug#12579).
Dmitry Antipov
2012-10-11
* src/buffer.c (Fset_buffer): Doc fix. (Bug#12624)
Glenn Morris
2012-10-11
* src/buffer.c (Fkill_buffer): Null out the overlay list(s) as well.
Stefan Monnier
2012-10-01
* src/buffer.c (Fmake_overlay): Fix last change.
Stefan Monnier
2012-10-01
Misc minor simplifications in C code.
Stefan Monnier
2012-09-30
Prefer plain 'static' to 'static inline'.
Paul Eggert
2012-09-23
Simplify and avoid signal-handling races.
Paul Eggert
2012-09-22
Fix auto-save and locking for indirect buffers.
Chong Yidong
2012-09-15
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-11
Convenient macro to check whether the buffer is live.
Dmitry Antipov
2012-09-09
* lisp/eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
Stefan Monnier
2012-09-06
Explicitly mark buffer_defaults and buffer_local_symbols.
Dmitry Antipov
2012-09-04
Simplify redefinition of 'abort' (Bug#12316).
Paul Eggert
2012-09-04
merge from trunk
Tom Tromey
2012-09-03
Fix minor problems found by static checking.
Paul Eggert
2012-09-03
New macro with-temp-buffer-window and related fixes.
Martin Rudalics
2012-08-28
Do not allow to set major mode for a dead buffer.
Dmitry Antipov
2012-08-28
Always use set_buffer_if_live to restore original buffer at unwind.
Dmitry Antipov
2012-08-28
Fix usage of set_buffer_internal.
Dmitry Antipov
2012-08-23
* buffer.c, buffer.h: Use bool for boolean.
Paul Eggert
2012-08-20
Merge from trunk
Tom Tromey
2012-08-20
Inline getter and setter functions for per-buffer values.
Dmitry Antipov
2012-08-17
* buffer.h (BSET): Remove.
Paul Eggert
2012-08-17
* frame.h (FSET): Remove (Bug#12215).
Paul Eggert
2012-08-17
A few more naming-convention fixes for getters and setters.
Paul Eggert
2012-08-15
This introduces a thread-state object and moves various C globals
Tom Tromey
2012-08-14
Revert and cleanup some recent overlay changes.
Dmitry Antipov
2012-08-13
Use BSET for write access to Lisp_Object members of struct buffer.
Dmitry Antipov
2012-08-08
Inline functions to examine and change buffer overlays.
Dmitry Antipov
2012-08-08
Inline functions to examine and change buffer intervals.
Dmitry Antipov
2012-08-08
Inline functions to examine and change string intervals.
Dmitry Antipov
2012-08-08
Cleanup intervals.
Dmitry Antipov
2012-08-07
Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.
Dmitry Antipov
2012-08-07
Drop WGET and revert read access to Lisp_Objects slots of struct window.
Dmitry Antipov
2012-08-07
Drop FGET and revert read access to Lisp_Objects slots of struct frame.
Dmitry Antipov
2012-08-06
Separate read and write access to Lisp_Object slots of struct window.
Dmitry Antipov
2012-08-06
Separate read and write access to Lisp_Object slots of struct frame.
Dmitry Antipov
2012-08-05
Generalize common compile-time constants.
Dmitry Antipov
2012-08-02
Use C99-style 'extern inline' if available.
Paul Eggert
2012-08-01
Use INTERNAL_FIELD for conses and overlays.
Dmitry Antipov
2012-08-01
Use INTERNAL_FIELD for windows.
Dmitry Antipov
2012-07-31
Generalize INTERNAL_FIELD between buffers, keyboards and frames.
Dmitry Antipov
2012-07-29
* lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove.
Paul Eggert
2012-07-28
Use Gnulib stdalign and environ modules (Bug#9772, Bug#9960).
Paul Eggert
2012-07-27
Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...
Eli Zaretskii
2012-07-27
Utility function to make a list from specified amount of objects.
Dmitry Antipov
2012-07-25
Adjust buffer text indirection counters at the end of Fkill_buffer.
Dmitry Antipov
[prev]
[next]