comparison src/ChangeLog @ 627:a813963500d8

[xemacs-hg @ 2001-07-12 06:29:08 by tuck] Fix scan_sexps `unbalanced parentheses' bug when dealing with mixed comment styles in c++/java/etc. mode
author tuck
date Thu, 12 Jul 2001 06:29:10 +0000
parents 11502791fc1c
children 373ced43e288
comparison
equal deleted inserted replaced
626:04513e008e7f 627:a813963500d8
1 2001-07-11 Matt Tucker <tuck@whistlingfish.net>
2
3 * syntax.c (find_start_of_comment):
4 Fix `unbalanced parentheses' bug when dealing with mixed comment
5 styles in c++/java/etc. mode
6
1 2001-06-21 Ben Wing <ben@xemacs.org> 7 2001-06-21 Ben Wing <ben@xemacs.org>
2 8
3 * dired-msw.c (Fmswindows_insert_directory): 9 * dired-msw.c (Fmswindows_insert_directory):
4 Fix problem noted by Michael Sperber with directories containing 10 Fix problem noted by Michael Sperber with directories containing
5 [] and code that destructively modifies an existing string. 11 [] and code that destructively modifies an existing string.