]> code.delx.au - gnu-emacs/history - src/buffer.c
Update copyright notices for 2013.
[gnu-emacs] / src / buffer.c
2013-01-01 Paul EggertUpdate copyright notices for 2013.
2012-12-21 Chong Yidong* buffer.c (Fset_buffer_major_mode): Doc fix.
2012-10-17 Kenichi Handamerge trunk
2012-10-17 Dmitry Antipov* buffer.c (Fkill_buffer): When unchaining the marker,
2012-10-17 Dmitry AntipovDo not verify indirection counters of killed buffers...
2012-10-17 Glenn MorrisMerge from emacs-24; up to 2012-05-08T15:19:18Z!monnier...
2012-10-14 David EngsterMerge bug fixes from CEDET upstream.
2012-10-14 Kenichi Handamerge trunk
2012-10-12 Glenn Morris* src/buffer.c (Fset_buffer): Doc fix. (Bug#12624)
2012-10-11 Stefan Monnier* src/buffer.c (Fkill_buffer): Null out the overlay...
2012-10-07 Daniel ColascioneMerge from trunk
2012-10-06 Kenichi Handamerge trunk
2012-10-05 Glenn MorrisMerge from emacs-24; up to 2012-05-08T14:11:47Z!monnier...
2012-10-02 Stefan Monnier* src/buffer.c (Fmake_overlay): Fix last change.
2012-10-02 Stefan MonnierMisc minor simplifications in C code.
2012-10-01 Paul EggertPrefer plain 'static' to 'static inline'.
2012-09-30 Kenichi Handamerge trunk
2012-09-28 Glenn MorrisMerge from emacs-24; up to 2012-05-07T21:26:08Z!rgm...
2012-09-26 Stefan MonnierMerge profiler branch
2012-09-23 Paul EggertSimplify and avoid signal-handling races.
2012-09-22 Chong YidongFix auto-save and locking for indirect buffers.
2012-09-21 Chong YidongMerge from emacs-24; up to 2012-05-07T14:57:18Z!michael...
2012-09-17 Daniel ColascioneMerge from trunk
2012-09-16 Kenichi Handamerge trunk
2012-09-15 Paul EggertPort better to POSIX hosts lacking _setjmp.
2012-09-11 Dmitry AntipovConvenient macro to check whether the buffer is live.
2012-09-09 Stefan Monnier* lisp/eshell/em-unix.el (eshell/sudo): Explicitly...
2012-09-06 Dmitry AntipovExplicitly mark buffer_defaults and buffer_local_symbols.
2012-09-05 Glenn MorrisMerge from emacs-24; up to 2012-05-05T02:50:20Z!monnier...
2012-09-04 Paul EggertSimplify redefinition of 'abort' (Bug#12316).
2012-09-03 Paul EggertFix minor problems found by static checking.
2012-09-03 Martin RudalicsNew macro with-temp-buffer-window and related fixes.
2012-08-28 Glenn MorrisMerge from emacs-24; up to 2012-05-04T19:17:01Z!monnier...
2012-08-28 Kenichi Handamerge trunk
2012-08-28 Dmitry AntipovDo not allow to set major mode for a dead buffer.
2012-08-28 Dmitry AntipovAlways use set_buffer_if_live to restore original buffe...
2012-08-28 Dmitry AntipovFix usage of set_buffer_internal.
2012-08-24 Paul Eggert* buffer.c, buffer.h: Use bool for boolean.
2012-08-22 Kenichi Handamerge trunk
2012-08-20 Dmitry AntipovInline getter and setter functions for per-buffer values.
2012-08-18 Paul Eggert* buffer.h (BSET): Remove.
2012-08-17 Paul Eggert* frame.h (FSET): Remove (Bug#12215).
2012-08-17 Paul EggertA few more naming-convention fixes for getters and...
2012-08-16 Kenichi Handamerge trunk
2012-08-14 Dmitry AntipovRevert and cleanup some recent overlay changes.
2012-08-13 Dmitry AntipovUse BSET for write access to Lisp_Object members of...
2012-08-11 Chong YidongMerge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu...
2012-08-08 Dmitry AntipovInline functions to examine and change buffer overlays.
2012-08-08 Dmitry AntipovInline functions to examine and change buffer intervals.
2012-08-08 Dmitry AntipovInline functions to examine and change string intervals.
2012-08-08 Dmitry AntipovCleanup intervals.
2012-08-07 Dmitry AntipovRevert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol...
2012-08-07 Dmitry AntipovDrop WGET and revert read access to Lisp_Objects slots...
2012-08-07 Dmitry AntipovDrop FGET and revert read access to Lisp_Objects slots...
2012-08-07 Chong YidongMerge from emacs-24; up to 2012-05-02T07:12:52Z!rgm...
2012-08-06 Dmitry AntipovSeparate read and write access to Lisp_Object slots...
2012-08-06 Dmitry AntipovSeparate read and write access to Lisp_Object slots...
2012-08-05 Dmitry AntipovGeneralize common compile-time constants.
2012-08-02 Paul EggertUse C99-style 'extern inline' if available.
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for conses and overlays.
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for windows.
2012-07-31 Dmitry AntipovGeneralize INTERNAL_FIELD between buffers, keyboards...
2012-07-29 Paul Eggert* lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG...
2012-07-28 Paul EggertUse Gnulib stdalign and environ modules (Bug#9772,...
2012-07-28 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T18:47...
2012-07-27 Eli ZaretskiiFix failure to compile on Windows due to 2012-07-27T06...
2012-07-27 Dmitry AntipovUtility function to make a list from specified amount...
2012-07-25 Dmitry AntipovAdjust buffer text indirection counters at the end...
2012-07-24 Dmitry AntipovSimplify copy_overlay.
2012-07-23 Dmitry AntipovCleanup miscellaneous objects allocation and initializa...
2012-07-23 Dmitry AntipovSwap buffer text indirection counters in Fbuffer_swap_text.
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-20 Dmitry AntipovAdd indirection counting to speed up Fkill_buffer.
2012-07-20 Dmitry AntipovExtend the value returned by Fgarbage_collect with...
2012-07-19 Paul Eggert* buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buf...
2012-07-19 Dmitry AntipovCompact buffers when idle.
2012-07-19 Dmitry AntipovNew macro to iterate over all buffers, miscellaneous...
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-17 Dmitry AntipovCleanup overlays checking.
2012-07-16 Kenichi Handamerge trunk
2012-07-16 Kenichi Handamerge trunk
2012-07-12 Andreas SchwabFixes: debbugs:11917
2012-07-10 Paul EggertEMACS_TIME simplification (Bug#11875).
2012-07-10 Dmitry AntipovOptimize pure C strings initialization.
2012-07-10 Dmitry AntipovAvoid calls to strlen in miscellaneous functions.
2012-07-09 Dmitry AntipovUse make_formatted_string to avoid double length calcul...
2012-07-06 Dmitry Antipov* buffer.c (unchain_overlay): Simplify. Add comment.
2012-07-06 Dmitry AntipovIntroduce fast path for the widely used marker operation.
2012-07-06 Dmitry AntipovDo not use Fdelete_overlay in delete_all_overlays
2012-07-06 Chong YidongMerge from emacs-24; up to 2012-05-01T00:16:02Z!rgm...
2012-07-05 Paul EggertMore xmalloc and related cleanup.
2012-07-05 Dmitry AntipovCleanup xmalloc.
2012-07-04 Dmitry Antipov* buffer.c (init_buffer_once): Fix initialization of
2012-07-04 Paul Eggert* buffer.c (Fgenerate_new_buffer_name): Fix sprintf...
2012-07-04 Dmitry Antipov* buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.
2012-07-03 Tom TromeyAuto-generate EXFUN using make-docfile
2012-07-03 Glenn MorrisSpeed up generate-new-buffer-name for invisible buffers...
2012-07-03 Dmitry AntipovCleanup basic buffer management.
2012-06-29 Glenn MorrisMerge from emacs-24; up to 2012-04-30T11:57:47Z!sdl...
2012-06-22 Paul EggertSupport higher-resolution time stamps.
next