comparison src/ChangeLog @ 49505:1aba10ab73b4

Corrected misc. typos like missing : after file names, missing file name suffixes, and * used as prefix on non-file entries.
author Kim F. Storm <storm@cua.dk>
date Tue, 28 Jan 2003 23:49:11 +0000
parents 0ffb4e489776
children 0736ffffe240
comparison
equal deleted inserted replaced
49504:0ffb4e489776 49505:1aba10ab73b4
633 633
634 * lread.c (load_error_handler): New function. 634 * lread.c (load_error_handler): New function.
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.
643 (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT. 643 (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
644 644
657 * window.c (Fset_window_configuration): Set old_point to correct 657 * window.c (Fset_window_configuration): Set old_point to correct
658 value when new_current_buffer == current_buffer. 658 value when new_current_buffer == current_buffer.
659 659
660 2002-12-17 Ben Key <bkey1@tampabay.rr.com> 660 2002-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
667 These changes were in part based upon suggestions made by Peter 666 These changes were in part based upon suggestions made by Peter
668 'Luna' Runestig [peter@runestig.com]. 667 'Luna' Runestig [peter@runestig.com].
802 * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input 801 * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
803 as the last thing. 802 as the last thing.
804 803
805 2002-12-09 Dave Love <fx@gnu.org> 804 2002-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
809 2002-12-09 Matthew Swift <swift@alum.mit.edu> 808 2002-12-09 Matthew Swift <swift@alum.mit.edu>
810 809
811 * editfns.c (Fformat): Handle precision in string conversion 810 * editfns.c (Fformat): Handle precision in string conversion
812 specifiers like libc functions do (ie, print at most that many 811 specifiers like libc functions do (ie, print at most that many