aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2003-01-28 23:49:11 +0000
committerKim F. Storm2003-01-28 23:49:11 +0000
commit88c717201f5d8e7f59b4654482250d4ce69cecc3 (patch)
tree9ebccb63596d75a35705f320699732ffb2f2785c /src/ChangeLog
parent058c18c71f81821a99c17fe8fd959e3ae2314ce3 (diff)
downloademacs-88c717201f5d8e7f59b4654482250d4ce69cecc3.tar.gz
emacs-88c717201f5d8e7f59b4654482250d4ce69cecc3.zip
Corrected misc. typos like missing : after file names,
missing file name suffixes, and * used as prefix on non-file entries.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2939f550895..a7ac19b391b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -635,8 +635,8 @@
635 (Fload): Handle errors in Fsubstitute_in_file_name. 635 (Fload): Handle errors in Fsubstitute_in_file_name.
636 Don't expect Fsignal to return. 636 Don't expect Fsignal to return.
637 637
638 * Errors and throws work right with interrupt blocking. 638 * eval.c: Errors and throws work right with interrupt blocking.
639 * eval.c (struct catchtag): New elt interrupt_input_blocked. 639 (struct catchtag): New elt interrupt_input_blocked.
640 (unwind_to_catch): Restore interrupt_input_blocked from saved value. 640 (unwind_to_catch): Restore interrupt_input_blocked from saved value.
641 (internal_catch, Fcondition_case, internal_condition_case) 641 (internal_catch, Fcondition_case, internal_condition_case)
642 (internal_condition_case_1, internal_condition_case_2): Save it. 642 (internal_condition_case_1, internal_condition_case_2): Save it.
@@ -659,8 +659,7 @@
659 659
6602002-12-17 Ben Key <bkey1@tampabay.rr.com> 6602002-12-17 Ben Key <bkey1@tampabay.rr.com>
661 661
662 * Revisited my earlier fix for the following entry in 662 Revisited my earlier fix for the following entry in etc/PROBLEMS:
663 etc/PROBLEMS:
664 "Emacs built on Windows 9x/ME crashes at startup on Windows XP, 663 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
665 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME." 664 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
666 665
@@ -804,7 +803,7 @@
804 803
8052002-12-09 Dave Love <fx@gnu.org> 8042002-12-09 Dave Love <fx@gnu.org>
806 805
807 * s/sol2-8: Removed. (Not necessary.) 806 * s/sol2-8.h: Removed. (Not necessary.)
808 807
8092002-12-09 Matthew Swift <swift@alum.mit.edu> 8082002-12-09 Matthew Swift <swift@alum.mit.edu>
810 809