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
2013-07-16
New unwind-protect flavors to better type-check C callbacks.
Paul Eggert
2013-07-15
Prefer list1 (X) to Fcons (X, Qnil) when building lists.
Paul Eggert
2013-07-09
Timestamp fixes for undo.
Paul Eggert
2013-07-05
Use emacs_open more consistently when opening files.
Paul Eggert
2013-07-05
Remove duplicate #include directives.
Paul Eggert
2013-06-30
Add `remember-notes' function to store random notes across Emacs
Michal Nazarewicz
2013-06-16
Use functions, not macros, for XINT etc.
Paul Eggert
2013-05-07
* buffer.c (tab-width): Mention that it doesn't control indentation.
Stefan Monnier
2013-04-14
Improve doc strings of left/right-margin/fringe-width.
Eli Zaretskii
2013-03-28
* window.h (struct window): Replace hchild, vchild and buffer slots
Dmitry Antipov
2013-03-28
Fix 2013-03-28T02:41:05Z!dmantipov@yandex.ru which brokes Fbuffer_swap_text.
Dmitry Antipov
2013-01-19
Fix crashes with lots of overlays.
Eli Zaretskii
2013-01-17
* buffer.h (NARROWED, BUF_NARROWED): Drop unused macros.
Dmitry Antipov
2013-01-10
Omit buffer_slot_type_mismatch and use generic predicates to enforce
Dmitry Antipov
2013-01-09
* lisp.h (make_gap_1): New prototype.
Dmitry Antipov
2013-01-02
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-01
Update copyright notices for 2013.
Paul Eggert
2012-12-24
* buffer.c (Fset_buffer_modified_p): Use buffer_window_count
Dmitry Antipov
2012-12-24
* buffer.h (BUF_COMPACT): New macro to follow the common style.
Dmitry Antipov
2012-12-21
Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.org
Glenn Morris
2012-12-21
* buffer.c (Fset_buffer_major_mode): Doc fix.
Chong Yidong
2012-12-11
* buffer.c (Fset_buffer_multibyte): Do not force redisplay
Dmitry Antipov
2012-12-10
Per-buffer window counters.
Dmitry Antipov
2012-12-07
Convenient macro to check whether the buffer is hidden.
Dmitry Antipov
2012-11-08
* src/lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int.
Stefan Monnier
2012-11-08
Shrink struct vectorlike_header to the only size field.
Dmitry Antipov
2012-11-06
Minor adjustments of recently-changed frame functions.
Paul Eggert
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-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
Inline getter and setter functions for per-buffer values.
Dmitry Antipov
[next]