comparison lisp/ChangeLog @ 1428:10738b72057d

[xemacs-hg @ 2003-04-24 05:29:11 by youngs] 2003-04-24 Steve Youngs <youngs@xemacs.org> * font-lock.el (font-lock-match-java-declarations): Move save-restriction, narrow-to-region to beginning of function to avoid going beyond the limit and causing an infloop. From Jin Choi <jsc@orangeimagineering.com>. 2003-04-24 Vasily Korytov <deskpot@myrealbox.com> * lisp-mode.el (emacs-lisp-mode-hook, lisp-mode-hook, lisp-interaction-mode-hook): Add the docstrings.
author youngs
date Thu, 24 Apr 2003 05:29:12 +0000
parents 74cb069b8417
children bd5929b8e039
comparison
equal deleted inserted replaced
1427:5d62849e7275 1428:10738b72057d
1 2003-04-24 Steve Youngs <youngs@xemacs.org>
2
3 * font-lock.el (font-lock-match-java-declarations): Move
4 save-restriction, narrow-to-region to beginning of function to
5 avoid going beyond the limit and causing an infloop.
6 From Jin Choi <jsc@orangeimagineering.com>.
7
8 2003-04-24 Vasily Korytov <deskpot@myrealbox.com>
9
10 * lisp-mode.el (emacs-lisp-mode-hook, lisp-mode-hook,
11 lisp-interaction-mode-hook): Add the docstrings.
12
1 2003-04-23 Stephen J. Turnbull <stephen@xemacs.org> 13 2003-04-23 Stephen J. Turnbull <stephen@xemacs.org>
2 14
3 * subr.el (split-string): Revert to regular behavior, except when 15 * subr.el (split-string): Revert to regular behavior, except when
4 both separators and omit-nulls are nil. 16 both separators and omit-nulls are nil.
5 (split-string-default-separators): New constant. 17 (split-string-default-separators): New constant.