aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2003-12-01 13:06:41 +0000
committerKenichi Handa2003-12-01 13:06:41 +0000
commit3999c70516b3eed8554b9e13ebdf7ae3f8ea6601 (patch)
treeb36a4a1d7cd18561cf8d6ba42918f04c3eaf402a
parent1ace9906b38aa264daa9c8f066d6993a40016e69 (diff)
downloademacs-3999c70516b3eed8554b9e13ebdf7ae3f8ea6601.tar.gz
emacs-3999c70516b3eed8554b9e13ebdf7ae3f8ea6601.zip
*** 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'.
109** The max size of buffers and integers has been doubled. 109** The max size of buffers and integers has been doubled.
110On 32bit machines, it is now 256M (i.e. 268435455). 110On 32bit machines, it is now 256M (i.e. 268435455).
111 111
112** Under XFree86 4, the display table is modified so that `' is
113displayed as balanced quotes, not the ASCII glyphs whose shape has
114been changed generally in the XFree86 fonts.
115
116+++ 112+++
117** The -f option, used from the command line to call a function, 113** The -f option, used from the command line to call a function,
118now reads arguments for the function interactively if it is 114now reads arguments for the function interactively if it is
@@ -1758,7 +1754,7 @@ events, rather than a text area click event.
1758*** Function `mouse-set-point' now works for events outside text area. 1754*** Function `mouse-set-point' now works for events outside text area.
1759 1755
1760+++ 1756+++
1761*** Ǹew function `posn-area' returns window area clicked on (nil means 1757*** New function `posn-area' returns window area clicked on (nil means
1762text area). 1758text area).
1763 1759
1764+++ 1760+++
diff --git a/src/ChangeLog b/src/ChangeLog
index 5a3edc138e3..f6959b45efa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12003-12-01 Kenichi Handa <handa@m17n.org>
2
3 * composite.c (syms_of_composite): Don't make the compostion hash
4 table week.
5
12003-11-30 Luc Teirlinck <teirllm@auburn.edu> 62003-11-30 Luc Teirlinck <teirllm@auburn.edu>
2 7
3 * intervals.h: Add EXFUN for Fget_char_property_and_overlay. 8 * intervals.h: Add EXFUN for Fget_char_property_and_overlay.