Merge from trunk.
[bpt/emacs.git] / src / buffer.h
2012-01-09 Paul EggertMerge from trunk.
2012-01-09 Chong YidongMerge changes from emacs-23 branch
2012-01-07 Paul EggertMerge from trunk.
2012-01-05 Glenn MorrisAdd 2012 to FSF copyright years for Emacs files
2011-12-14 Paul EggertMerge from trunk.
2011-12-11 Paul EggertMerge from trunk.
2011-11-20 Paul EggertMerge from trunk.
2011-11-19 Paul EggertSpelling fixes.
2011-11-19 Paul EggertMerge from trunk.
2011-11-06 Glenn MorrisMerge from emacs-23; up to 2010-06-22T07:41:10Z!rgm...
2011-11-02 Paul EggertMerge from trunk.
2011-10-31 Paul EggertMerge from trunk.
2011-10-30 Paul EggertMerge from trunk.
2011-10-29 Paul EggertMerge from trunk.
2011-10-27 Paul EggertMerge from trunk.
2011-10-26 Paul EggertMerge from trunk.
2011-10-25 Paul EggertMerge from trunk.
2011-10-23 Paul EggertMerge from trunk.
2011-10-23 Paul EggertMerge from trunk.
2011-10-17 Paul EggertMerge from trunk.
2011-10-14 Paul EggertMerge from trunk.
2011-10-14 Paul EggertMerge from trunk.
2011-10-13 Paul EggertMerge from trunk.
2011-10-13 Paul EggertMerge from trunk.
2011-10-12 Paul EggertMerge from trunk.
2011-10-08 Paul EggertMerge from trunk.
2011-10-07 Paul EggertMerge from trunk.
2011-10-07 Paul EggertMerge from trunk.
2011-10-07 Paul EggertMerge from trunk.
2011-10-02 Paul EggertMerge from trunk.
2011-10-01 Chong YidongMerge changes from emacs-23
2011-09-30 Paul EggertMerge from trunk.
2011-09-30 Paul Eggert* buffer.h (struct buffer): Use time_t, not int, for...
2011-09-30 Paul EggertMerge from trunk.
2011-09-28 Paul EggertMerge from trunk.
2011-09-27 Paul EggertMerge from trunk.
2011-09-27 Paul EggertMerge from trunk.
2011-09-26 Paul EggertMerge from trunk.
2011-09-26 Paul EggertMerge from trunk.
2011-09-25 Paul EggertMerge from trunk.
2011-09-25 Paul EggertMerge from trunk.
2011-09-21 Paul EggertMerge from trunk.
2011-09-21 Paul Eggert* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
2011-09-18 Chong YidongMerge changes from emacs-23 branch
2011-09-10 Paul Eggert* buffer.h: Include <sys/types.h> instead of <time.h>.
2011-09-10 Eli ZaretskiiAdd to sendmail.el a new command mail-add-attachment.
2011-09-09 Eli ZaretskiiFix bug #9392 with rmail-forward.
2011-09-06 Paul EggertMerge from trunk.
2011-09-06 Paul EggertMerge from trunk.
2011-09-05 Paul EggertMerge from trunk.
2011-09-03 Paul EggertMerge from trunk.
2011-09-03 Paul Eggert* fileio.c: Fix bugs with large file offsets.
2011-08-30 Chong YidongMerge changes from emacs-23 branch
2011-08-09 Chong YidongMerge from emacs-23 branch
2011-08-05 Eli ZaretskiiFix bug #9221 with memory leak in bidi display.
2011-07-25 Eli ZaretskiiFix logic of caching display string positions for bidi...
2011-07-23 Eli ZaretskiiFix pos-visible-in-window-p under bidi redisplay.
2011-07-23 Eli ZaretskiiSpeed up keyboard auto-repeat cursor motion under bidi...
2011-07-14 Eli ZaretskiiSupport bidi reordering of overlay and display strings.
2011-07-08 Paul EggertMerge from trunk.
2011-07-07 Chong YidongMerge from emacs-23 branch
2011-07-06 Paul EggertMerge from trunk.
2011-07-06 Kenichi Handamerge trunk
2011-07-06 Paul EggertMerge: Remove unportable assumption about struct layout...
2011-07-06 Paul EggertRemove unportable assumption about struct layout (Bug...
2011-07-06 Glenn MorrisMerge from emacs-23; up to 2010-06-16T23:27:20Z!jay...
2011-06-25 Glenn MorrisMerge from emacs-23; up to 2010-06-15T03:34:12Z!rgm...
2011-06-22 Paul EggertMerge from trunk.
2011-06-22 Paul EggertMerge: Integer overflow and signedness fixes (Bug#8873).
2011-06-22 Paul EggertMerge from trunk.
2011-06-21 Paul EggertUse ptrdiff_t, not int, for overlay counts.
2011-06-16 Paul EggertImprove buffer-overflow checking (Bug#8873).
2011-06-16 Paul EggertMerge from trunk.
2011-06-16 Paul Eggert* buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that...
2011-06-15 Paul EggertInteger overflow and signedness fixes (Bug#8873).
2011-06-15 Paul EggertMerge from trunk.
2011-06-15 Paul EggertMerge from trunk.
2011-06-14 Paul EggertMerge from trunk.
2011-06-14 Paul EggertMerge from trunk.
2011-06-13 Paul EggertMerge from trunk.
2011-06-11 Paul EggertMerge from trunk.
2011-06-11 Paul EggertMerge from trunk.
2011-06-10 Paul Eggert* buffer.h: Include <time.h>, for time_t.
2011-06-10 Paul EggertMerge from trunk.
2011-06-09 Paul Eggert* buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove...
2011-06-09 Paul Eggert* buffer.h (PTR_BYTE_POS): Don't assume a byte count...
2011-06-06 Paul EggertMerge: Cons<->int and similar integer overflow fixes.
2011-06-06 Paul EggertMerge from trunk.
2011-06-06 Paul EggertCheck for buffer and string overflow more precisely.
2011-06-06 Paul EggertDon't assume time_t can fit into int.
2011-06-04 Glenn MorrisMerge from emacs-23; up to 2010-06-12T17:12:15Z!cyd...
2011-06-04 Paul EggertCheck for buffer and string overflow more precisely.
2011-06-03 Paul EggertDon't assume time_t can fit into int.
2011-06-02 Paul EggertDon't assume time_t can fit into int.
2011-05-29 Glenn MorrisMerge from emacs-23; up to 2010-06-12T11:17:12Z!eliz...
2011-05-27 Glenn MorrisMerge from emacs-23; up to 2010-06-12T10:58:54Z!romain...
2011-05-25 Glenn MorrisMerge from emacs-23; up to 2010-06-12T08:59:37Z!albinus...
2011-05-24 Glenn MorrisMerge from emacs-23; up to 2010-06-11T21:26:13Z!lekktu...
2011-05-21 Glenn MorrisMerge from emacs-23; up to 2010-06-11T18:51:00Z!juri...
2011-05-17 Glenn MorrisMerge from emacs-23; up to 2010-06-11T14:39:54Z!cyd...
next