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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Fix minor problems found by static checking.
Paul Eggert
2014-09-17
1
-2
/
+3
*
Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.
Paul Eggert
2014-09-07
1
-7
/
+7
*
* buffer.h (decode_buffer): New function.
Dmitry Antipov
2014-09-02
1
-0
/
+7
*
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
Martin Rudalics
2014-07-27
1
-2
/
+5
*
More precise control over values of some buffer-local variables.
Dmitry Antipov
2014-07-16
1
-0
/
+1
*
* src/window.c (Fset_window_configuration): Deactivate the mark before
Stefan Monnier
2014-04-23
1
-1
/
+1
*
src/buffer.h, src/frame.h: Clarify doc of optimization variables.
Stefan Monnier
2014-04-04
1
-2
/
+2
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Use bool for boolean, focusing on headers.
Paul Eggert
2013-12-14
1
-16
/
+16
*
Spelling and punctuation fixes.
Paul Eggert
2013-12-01
1
-1
/
+1
*
Fix minor problems found by static checking.
Paul Eggert
2013-11-28
1
-4
/
+4
*
Refine redisplay optimizations to only redisplay *some* frames/windows
Stefan Monnier
2013-11-28
1
-3
/
+6
*
Spelling fixes.
Paul Eggert
2013-11-16
1
-1
/
+1
*
Switch cache-long-scans to t by default.
Eli Zaretskii
2013-11-08
1
-1
/
+7
*
A simpler, centralized INLINE.
Paul Eggert
2013-09-20
1
-39
/
+36
*
* intervals.c (set_point_from_marker): New function.
Dmitry Antipov
2013-08-29
1
-0
/
+1
*
Simplify EMACS_TIME-related code.
Paul Eggert
2013-08-27
1
-5
/
+5
*
* lisp.h (FOR_EACH_ALIST_VALUE): New macro
Dmitry Antipov
2013-08-15
1
-4
/
+2
*
Use region cache to speedup bidi_find_paragraph_start.
Dmitry Antipov
2013-08-06
1
-4
/
+7
*
New macro to iterate over live buffers similar to frames.
Dmitry Antipov
2013-08-05
1
-0
/
+10
*
New unwind-protect flavors to better type-check C callbacks.
Paul Eggert
2013-07-16
1
-0
/
+2
*
* buffer.h (NARROWED, BUF_NARROWED): Drop unused macros.
Dmitry Antipov
2013-01-17
1
-34
/
+27
*
Omit buffer_slot_type_mismatch and use generic predicates to enforce
Dmitry Antipov
2013-01-10
1
-1
/
+0
*
* lisp.h (make_gap_1): New prototype.
Dmitry Antipov
2013-01-09
1
-0
/
+10
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-2
/
+2
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-2
/
+2
*
|
* buffer.h (BUF_COMPACT): New macro to follow the common style.
Dmitry Antipov
2012-12-24
1
-0
/
+3
*
|
Per-buffer window counters.
Dmitry Antipov
2012-12-10
1
-2
/
+17
*
|
Convenient macro to check whether the buffer is hidden.
Dmitry Antipov
2012-12-07
1
-0
/
+5
*
|
Shrink struct vectorlike_header to the only size field.
Dmitry Antipov
2012-11-08
1
-6
/
+25
|
/
*
Do not verify indirection counters of killed buffers (Bug#12579).
Dmitry Antipov
2012-10-17
1
-0
/
+16
*
Convenient macro to check whether the buffer is live.
Dmitry Antipov
2012-09-11
1
-1
/
+4
*
Simplify redefinition of 'abort' (Bug#12316).
Paul Eggert
2012-09-04
1
-3
/
+3
*
Always use set_buffer_if_live to restore original buffer at unwind.
Dmitry Antipov
2012-08-28
1
-0
/
+9
*
Fix usage of set_buffer_internal.
Dmitry Antipov
2012-08-28
1
-1
/
+16
*
* buffer.c, buffer.h: Use bool for boolean.
Paul Eggert
2012-08-23
1
-10
/
+12
*
Inline getter and setter functions for per-buffer values.
Dmitry Antipov
2012-08-20
1
-9
/
+27
*
* buffer.h (BSET): Remove.
Paul Eggert
2012-08-17
1
-1
/
+98
*
A few more naming-convention fixes for getters and setters.
Paul Eggert
2012-08-17
1
-16
/
+2
*
Revert and cleanup some recent overlay changes.
Dmitry Antipov
2012-08-14
1
-46
/
+22
*
Use BSET for write access to Lisp_Object members of struct buffer.
Dmitry Antipov
2012-08-13
1
-0
/
+1
*
Inline functions to examine and change buffer overlays.
Dmitry Antipov
2012-08-08
1
-0
/
+46
*
Inline functions to examine and change buffer intervals.
Dmitry Antipov
2012-08-08
1
-4
/
+19
*
Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.
Dmitry Antipov
2012-08-07
1
-3
/
+3
*
* src/buffer.h (struct buffer): Revert `indirections' to a simple int;
Stefan Monnier
2012-08-06
1
-1
/
+1
*
Generalize common compile-time constants.
Dmitry Antipov
2012-08-05
1
-1
/
+1
*
Use C99-style 'extern inline' if available.
Paul Eggert
2012-08-02
1
-7
/
+14
*
Use INTERNAL_FIELD for conses and overlays.
Dmitry Antipov
2012-08-01
1
-3
/
+3
*
Generalize INTERNAL_FIELD between buffers, keyboards and frames.
Dmitry Antipov
2012-07-31
1
-78
/
+73
[next]