# HG changeset patch # User Kenichi Handa # Date 1070284001 0 # Node ID 4050f3f8034009d4225123e813697e05db79223c # Parent 94ae4d74b7e0e138be33ffc0677ef73131b63498 *** empty log message *** diff -r 94ae4d74b7e0 -r 4050f3f80340 etc/NEWS --- a/etc/NEWS Mon Dec 01 12:33:13 2003 +0000 +++ b/etc/NEWS Mon Dec 01 13:06:41 2003 +0000 @@ -109,10 +109,6 @@ ** The max size of buffers and integers has been doubled. On 32bit machines, it is now 256M (i.e. 268435455). -** Under XFree86 4, the display table is modified so that `' is -displayed as balanced quotes, not the ASCII glyphs whose shape has -been changed generally in the XFree86 fonts. - +++ ** The -f option, used from the command line to call a function, now reads arguments for the function interactively if it is @@ -1758,7 +1754,7 @@ *** Function `mouse-set-point' now works for events outside text area. +++ -*** Ǹew function `posn-area' returns window area clicked on (nil means +*** New function `posn-area' returns window area clicked on (nil means text area). +++ diff -r 94ae4d74b7e0 -r 4050f3f80340 src/ChangeLog --- a/src/ChangeLog Mon Dec 01 12:33:13 2003 +0000 +++ b/src/ChangeLog Mon Dec 01 13:06:41 2003 +0000 @@ -1,3 +1,8 @@ +2003-12-01 Kenichi Handa + + * composite.c (syms_of_composite): Don't make the compostion hash + table week. + 2003-11-30 Luc Teirlinck * intervals.h: Add EXFUN for Fget_char_property_and_overlay.