summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2003-12-01 13:06:41 +0000
committerKenichi Handa <handa@m17n.org>2003-12-01 13:06:41 +0000
commit02a5e887b3856e9f7afa7901904e2fbeffa1fd23 (patch)
treeb5af11a46cf9988a4ae02369f75896a8740ad2d2
parent23463ed1a91a3a17d26c69fed91f24c8c1f1d416 (diff)
downloademacs-02a5e887b3856e9f7afa7901904e2fbeffa1fd23.tar.gz
*** empty log message ***
-rw-r--r--etc/NEWS6
-rw-r--r--src/ChangeLog5
2 files changed, 6 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 541aba0f2c5..c4e9291c5ae 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -109,10 +109,6 @@ preceded by one of the words `variable' or `option'.
** 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 @@ events, rather than a text area click event.
*** 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 --git a/src/ChangeLog b/src/ChangeLog
index fd426c7638f..592f5fbf911 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-01 Kenichi Handa <handa@m17n.org>
+
+ * composite.c (syms_of_composite): Don't make the compostion hash
+ table week.
+
2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
* intervals.h: Add EXFUN for Fget_char_property_and_overlay.