aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 061dc2cb591..d8ae770d63e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,10 +1,17 @@
12002-04-02 Stefan Monnier <monnier@cs.yale.edu>
2
3 * doc.c (reread_doc_file): Return whether reload was attempted.
4 (Fdocumentation, Fdocumentation_property): Don't try to reload
5 if the doc is 0 and only ask once.
6
7 * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
8
12002-04-02 Eli Zaretskii <eliz@is.elta.co.il> 92002-04-02 Eli Zaretskii <eliz@is.elta.co.il>
2 10
3 * keyboard.c (read_char): If the event was Qselect_window, 11 * keyboard.c (read_char): If the event was Qselect_window,
4 restore timer_idleness_start_time to its previous value. 12 restore timer_idleness_start_time to its previous value.
5 13
6 * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when 14 * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
7 required.
8 15
92002-04-01 Stefan Monnier <monnier@cs.yale.edu> 162002-04-01 Stefan Monnier <monnier@cs.yale.edu>
10 17
@@ -13,7 +20,7 @@
13 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos): 20 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
14 Use BEG and BEG_BYTE. 21 Use BEG and BEG_BYTE.
15 22
16 * doc.c (get_doc_string): Return nil of the location is wrong. 23 * doc.c (get_doc_string): Return nil if the location is wrong.
17 (reread_doc_file): New fun. 24 (reread_doc_file): New fun.
18 (Fdocumentation, Fdocumentation_property): 25 (Fdocumentation, Fdocumentation_property):
19 Call it if get_doc_string fails. 26 Call it if get_doc_string fails.