* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
[bpt/emacs.git] / src / character.c
2011-09-21 Paul Eggert* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
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-03 Paul EggertMerge from trunk.
2011-08-30 Chong YidongMerge changes from emacs-23 branch
2011-08-26 Paul EggertMerge from trunk.
2011-08-26 Paul EggertMerge from trunk.
2011-08-25 Paul EggertMerge from trunk.
2011-08-25 Paul EggertMerge from trunk.
2011-08-24 Paul EggertMerge from trunk.
2011-08-19 Paul EggertMerge from trunk.
2011-08-19 Paul EggertMerge from trunk.
2011-08-18 Paul EggertMerge from trunk.
2011-08-18 Paul EggertMerge from trunk.
2011-08-16 Paul EggertMerge from trunk.
2011-08-16 Paul EggertMerge from trunk.
2011-08-15 Paul EggertMerge from trunk.
2011-08-15 Paul EggertMerge from trunk.
2011-08-14 Paul EggertMerge from trunk.
2011-08-09 Chong YidongMerge from emacs-23 branch
2011-08-05 Paul EggertMerge from trunk.
2011-08-05 Eli ZaretskiiFix bug #9221 with memory leak in bidi display.
2011-08-05 Paul EggertMerge from trunk.
2011-08-05 Paul EggertAdjust in response to jan.h.d's comments.
2011-07-29 Paul EggertMerge from trunk.
2011-07-28 Paul Eggert* character.c (Fstring): Check for size-calculation...
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-19 Paul EggertUse ptrdiff_t for composition IDs.
2011-07-19 Paul EggertMerge from intsign.
2011-07-19 Paul EggertMerge from trunk.
2011-07-19 Paul EggertDon't assume that stated character widths fit in int.
2011-07-14 Eli ZaretskiiSupport bidi reordering of overlay and display strings.
2011-07-13 Paul EggertMerge from trunk.
2011-07-12 Andreas Schwab* src/character.c (Fcharacterp): Don't advertise option...
2011-07-07 Chong YidongMerge from emacs-23 branch
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-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 EggertVariadic C functions now count arguments with ptrdiff_t.
2011-06-14 Paul EggertMerge from trunk.
2011-06-13 Paul EggertMerge from trunk.
2011-06-13 Paul Eggert* character.c (char_string): Remove unnecessary casts.
2011-06-11 Paul EggertMerge from trunk.
2011-06-11 Paul EggertMerge from trunk.
2011-06-10 Paul EggertMerge from trunk.
2011-06-08 Paul EggertMerge from trunk.
2011-06-08 Paul Eggert* alloc.c: Catch some string size overflows that we...
2011-06-07 Paul Eggert* character.c (string_escape_byte8): Fix nbytes/nchars...
2011-06-06 Paul EggertMerge: Document wide integers better.
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-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-04 Paul EggertCheck for buffer and string overflow more precisely.
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* character.c: Minor spelling and indenting fixes.
2011-05-16 Paul Eggert* character.c (lisp_string_width): Check for string...
2011-05-16 Paul Eggert* alloc.c (string_overflow): New function.
2011-05-12 Glenn MorrisMerge from emacs-23; up to 2010-06-10T12:56:11Z!michael...
2011-05-09 Eli ZaretskiiBackport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla...
2011-05-05 Glenn MorrisMerge from emacs-23; up to 2010-06-10T05:17:21Z!rgm...
2011-04-26 Paul EggertMerge from mainline.
2011-04-26 Paul EggertMerge from mainline.
2011-04-25 Paul Eggert* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced...
2011-04-25 Paul Eggertlisp.h: Fix a problem with aliasing and vector headers.
2011-04-24 Eli ZaretskiiDelete char-direction-table and char-direction.
2011-04-23 Eli ZaretskiiFix typos in comments in character.c and textprop.c.
2011-04-23 Eli ZaretskiiFix doprnt so it could be used safely in `verror'....
2011-04-23 Glenn MorrisMerge from emacs-23; up to 2010-06-09T17:54:28Z!albinus...
2011-04-15 Paul EggertMerge from mainline.
2011-04-14 Paul EggertMerge from mainline.
2011-04-14 Paul EggertUndo the DEFUN->DEFUE change.
2011-04-13 Eli ZaretskiiFix bug #8487 with invisible text at EOB under bidi.
2011-04-11 Eli ZaretskiiFix bug #8468 with redisplay and scroll-margin > 0.
2011-04-11 Paul EggertDeclare Lisp_Object Q* variables to be 'static' if...
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 Eli ZaretskiiFix bug #6671 with recentering and other scrolling...
next