* buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed.
[bpt/emacs.git] / src / insdel.c
2011-06-06 Paul EggertMerge: Document wide integers better.
2011-06-04 Glenn MorrisMerge from emacs-23; up to 2010-06-12T17:12:15Z!cyd...
2011-06-04 Eli ZaretskiiSupport bidi reordering of text covered by display...
2011-06-03 Paul Eggert* lisp.h: Include <intprops.h>, as it'll useful in...
2011-06-02 Paul Eggert* lisp.h: Include <intprops.h>, as it'll useful in...
2011-05-29 Glenn MorrisMerge from emacs-23; up to 2010-06-12T11:17:12Z!eliz...
2011-05-27 Toby Cubitt* lisp/emacs-lisp/avl-tree.el: New avl-tree-stack datat...
2011-05-27 Paul EggertMerge from trunk.
2011-05-27 Paul EggertMerge: Integer overflow fixes.
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-23 Paul EggertMerge from trunk.
2011-05-21 Paul Eggertmerge count_size_as_multibyte, parse_str_to_multibyte
2011-05-21 Glenn MorrisMerge from emacs-23; up to 2010-06-11T18:51:00Z!juri...
2011-05-19 Kenichi Handamerge trunk
2011-05-18 Paul EggertMerge from mainline.
2011-05-17 Glenn MorrisMerge from emacs-23; up to 2010-06-11T14:39:54Z!cyd...
2011-05-16 Paul EggertMerge from mainline.
2011-05-16 Paul Eggert* insdel.c (count_size_as_multibyte): Check for string...
2011-05-12 Glenn MorrisMerge from emacs-23; up to 2010-06-10T12:56:11Z!michael...
2011-05-05 Glenn MorrisMerge from emacs-23; up to 2010-06-10T05:17:21Z!rgm...
2011-04-23 Glenn MorrisMerge from emacs-23; up to 2010-06-09T17:54:28Z!albinus...
2011-04-19 Paul EggertMerge from mainline.
2011-04-19 Eli ZaretskiiSupport buffers > 2GB on 64-bit hosts.
2011-04-16 Paul EggertStatic checks with GCC 4.6.0 and non-default toolkits.
2011-04-16 Paul EggertMerge from mainline.
2011-04-16 Paul Eggert* insdel.c (make_gap_smaller): Define only if
2011-04-15 Paul EggertMerge from mainline.
2011-04-14 Paul EggertMerge from mainline.
2011-04-14 Paul Eggert* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in
2011-04-14 Paul Eggert* insdel.c (signal_before_change): Now static.
2011-04-14 Paul Eggert* insdel.c: Make symbols static if they're not exported.
2011-04-11 Paul EggertMake Emacs functions such as Fatom 'static' by default.
2011-04-09 Glenn MorrisMerge from emacs-23; up to 2010-06-08T03:06:47Z!dann...
2011-04-08 Chong YidongMerge changes from emacs-23 branch
2011-03-31 Stefan MonnierMerge from trunk
2011-03-27 Paul EggertMerge from atest branch.
2011-03-26 Juanma Barranquerosrc/*.h: Remove unused parameters and functions.
2011-03-23 Julien DanjouUse Frun_hooks rather than calling Vrun_hooks manually
2011-03-21 Stefan MonnierMerge from trunk
2011-03-19 Chong YidongMerge changes from emacs-23 branch
2011-03-19 Chong YidongBackport fix for Bug#8219 from trunk.
2011-03-17 Paul EggertMerge: Fix more problems found by GCC 4.5.2's static...
2011-03-17 Paul EggertMerge from mainline.
2011-03-15 Paul Eggert* insdel.c (copy_text): Remove unused local var.
2011-03-15 Paul Eggert* insdel.c (CHECK_MARKERS): Redo to avoid gcc -Wempty...
2011-03-15 Paul Eggert* insdel.c (check_markers, make_gap_larger, make_gap_sm...
2011-03-13 Chong YidongFix BUF_* macros to handle indirect buffers properly...
2011-03-12 Glenn MorrisMerge from emacs-23; up to 2010-06-03T22:16:02Z!dann...
2011-02-28 Glenn MorrisMerge from emacs-23; up to 2010-06-03T05:41:49Z!rgm...
2011-02-23 Glenn MorrisMerge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka...
2011-02-21 Stefan MonnierMerge from trunk
2011-02-19 Glenn MorrisMerge from emacs-23; up to 2010-06-01T01:49:15Z!monnier...
2011-02-18 Paul EggertMerge from mainline.
2011-02-16 Tom TromeyChange B_ to BVAR
2011-02-16 Glenn MorrisMerge from emacs-23; up to 2010-05-28T19:18:47Z!juri...
2011-02-15 Paul EggertMerge from mainline.
2011-02-14 Eli ZaretskiiFix the MS-Windows build due to introduction of B_.
2011-02-14 Tom TromeyHide implementation of `struct buffer'
2011-02-12 Chong YidongMerge changes from emacs-23 branch
2011-02-12 Stefan MonnierMerge from trunk
2011-02-06 Paul Eggert* insdel.c: conform to C89 pointer rules
2011-02-05 Glenn MorrisMerge from emacs-23; up to 2010-05-26T14:19:15Z!monnier...
2011-02-01 Stefan MonnierMerge from trunk
2011-01-31 Chong YidongMerge changes from emacs-23 branch
2011-01-25 Glenn MorrisConvert consecutive FSF copyright years to ranges.
2011-01-25 Glenn MorrisMerge from emacs-23.
2011-01-22 Glenn MorrisMerge from emacs-23
2011-01-18 Tom TromeyMove all DEFVAR'd globals into a structure -- threading...
2011-01-18 Glenn MorrisMerge from emacs-23 branch, up to 2010-05-20T22:16...
2011-01-15 Glenn MorrisMerge from emacs-23 branch, up to 2010-05-20T21:33...
2011-01-15 Glenn MorrisMerge from emacs-23 branch.
2011-01-14 Paul EggertMerge from mainline.
2011-01-14 Stefan MonnierMerge from emacs-23
2011-01-02 Glenn MorrisAdd 2011 to FSF/AIST copyright years.
2011-01-02 Chong YidongMerge changes from emacs-23 branch
2010-12-13 Stefan MonnierMerge from emacs-23
2010-12-11 Stefan MonnierMerge from trunk
2010-11-27 Chong YidongMerge changes from emacs-23 branch
2010-11-20 Eli Zaretskiifaces.el (glyphless-char): Define value for `pc'.
2010-11-20 Eli Zaretskiimsdos.c (dos_rawgetc): Use gen_help_event, instead...
2010-11-18 Dan NicolaescuMove declarations from .c files to .h files.
2010-11-18 Stefan MonnierMerge from emacs-23
2010-11-09 Stefan MonnierMerge from emacs-23
2010-10-31 Chong YidongMerge changes from emacs-23 branch
2010-10-24 Chong YidongMerge changes from emacs-23
2010-10-23 Eli ZaretskiiImplement mouse highlight for bidi-reordered lines.
2010-10-21 Chong Yidong* insdel.c (prepare_to_modify_buffer): Don't set
2010-10-19 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-14 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-11 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-08 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-09-29 Stefan MonnierMerge from trunk
2010-09-27 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-09-27 Kenichi Handamerge trunk
2010-09-25 Chong Yidong* src/insdel.c (prepare_to_modify_buffer): Ensure the...
2010-09-25 Chong YidongMerge changes from emacs-23 branch.
2010-09-23 Chong YidongMerge changes from emacs-23 branch
2010-09-22 Eli ZaretskiiFix some uses of int instead of EMACS_INT.
next