summaryrefslogtreecommitdiff
path: root/src/buffer.c
AgeCommit message (Expand)Author
2012-11-06Widely 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-17Do 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-01Misc minor simplifications in C code.Stefan Monnier
2012-09-30Prefer plain 'static' to 'static inline'.Paul Eggert
2012-09-23Simplify and avoid signal-handling races.Paul Eggert
2012-09-22Fix auto-save and locking for indirect buffers.Chong Yidong
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-11Convenient 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-06Explicitly mark buffer_defaults and buffer_local_symbols.Dmitry Antipov
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert
2012-09-04merge from trunkTom Tromey
2012-09-03Fix minor problems found by static checking.Paul Eggert
2012-09-03New macro with-temp-buffer-window and related fixes.Martin Rudalics
2012-08-28Do not allow to set major mode for a dead buffer.Dmitry Antipov
2012-08-28Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov
2012-08-28Fix usage of set_buffer_internal.Dmitry Antipov
2012-08-23* buffer.c, buffer.h: Use bool for boolean.Paul Eggert
2012-08-20Merge from trunkTom Tromey
2012-08-20Inline 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-17A few more naming-convention fixes for getters and setters.Paul Eggert
2012-08-15This introduces a thread-state object and moves various C globalsTom Tromey
2012-08-14Revert and cleanup some recent overlay changes.Dmitry Antipov
2012-08-13Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov
2012-08-08Inline functions to examine and change buffer overlays.Dmitry Antipov
2012-08-08Inline functions to examine and change buffer intervals.Dmitry Antipov
2012-08-08Inline functions to examine and change string intervals.Dmitry Antipov
2012-08-08Cleanup intervals.Dmitry Antipov
2012-08-07Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov
2012-08-07Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov
2012-08-07Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov
2012-08-06Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov
2012-08-06Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov
2012-08-05Generalize common compile-time constants.Dmitry Antipov
2012-08-02Use C99-style 'extern inline' if available.Paul Eggert
2012-08-01Use INTERNAL_FIELD for conses and overlays.Dmitry Antipov
2012-08-01Use INTERNAL_FIELD for windows.Dmitry Antipov
2012-07-31Generalize 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-28Use Gnulib stdalign and environ modules (Bug#9772, Bug#9960).Paul Eggert
2012-07-27Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii
2012-07-27Utility function to make a list from specified amount of objects.Dmitry Antipov
2012-07-25Adjust buffer text indirection counters at the end of Fkill_buffer.Dmitry Antipov